jasper 6d3633af74 update to puppetboard-0.0.5
- please note the configuration file has to be updated, see faq/current.html
2015-10-26 18:08:01 +00:00
..
2015-10-26 18:08:01 +00:00
2015-08-01 06:13:25 +00:00

$OpenBSD: README,v 1.2 2013/12/27 11:06:33 jasper Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------

puppetboard has been installed into ${INSTDIR}

Please be aware that this is still highly experimental software and
may not be production ready.

Configuration
-------------
You can configure the PuppetDB host and port through
${INSTDIR}/puppetboard/default_settings.py
Please note that there is currently no SSL support. It is therefore
recommended you run puppetboard on the same host as PuppetDB is running.

PuppetDB
--------
Puppetboard will only function when PuppetDB is available. PuppetDB
can be installed with:

    pkg_add puppetdb

Starting puppetboard
--------------------

By default Puppetboard will bind to 127.0.0.1:8000, to adjust this
puppetboard_flags will need to be set in /etc/rc.conf.local. Please refer to the
gunicorn documentation for the available options.