[Pkg-puppet-devel] [puppetboard] 01/01: added README
Jonas Genannt
jonas at brachium-system.net
Mon Jul 28 21:51:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository puppetboard.
commit 40c54ce97fb162d36b7e7c53405f1ab959d99dae
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Mon Jul 28 23:51:24 2014 +0200
added README
---
debian/puppetboard.README.Debian | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/debian/puppetboard.README.Debian b/debian/puppetboard.README.Debian
new file mode 100644
index 0000000..fcebce0
--- /dev/null
+++ b/debian/puppetboard.README.Debian
@@ -0,0 +1,35 @@
+Puppetboard for Debian
+----------------------
+
+If you want to use puppetboard, you need to have a running PuppetDB anywhere.
+
+Please see upstream README file for more information.
+
+Quick setup with Apache:
+-----------------------
+
+# Install Apache module wsgi:
+apt-get install libapache2-mod-wsgi
+
+# copy default Apache configuration:
+cp /usr/share/doc/puppetboard/examples/apache-puppetboard.conf \
+ /etc/apache2/sites-available/puppetboard.conf
+
+# enable puppetboard
+a2ensite puppetboard
+
+# restart Apache
+/etc/init.d/apache2 restart
+
+Warning: You should secure your Apache server either with password
+ authentication or a firewall because Puppetboard has no
+ included protection of your sensible PuppetDB data.
+
+If you PuppetDB is running on the same host as Puppetboard you don't need to
+configure Puppetboard.
+
+If you need to tune the options of Puppetboard copy the default configuration to
+etc/puppetboard:
+
+# cp /usr/lib/python2.7/dist-packages/puppetboard/default_settings.py \
+ /etc/puppetboard/settings.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/puppetboard.git
More information about the Pkg-puppet-devel
mailing list