Skip to content

Instantly share code, notes, and snippets.

@hggh
Last active August 29, 2015 14:04
Show Gist options
  • Save hggh/e5fcc12e175153b8bebb to your computer and use it in GitHub Desktop.
Save hggh/e5fcc12e175153b8bebb to your computer and use it in GitHub Desktop.
Puppetboard Debian Packages

install requirements

apt-get install python-flask python-flaskext.wtf python-itsdangerous python-jinja2 python-markupsafe python-werkzeug python-wtforms python-requests

download pypuppet db and puppetboard

wget http://finja.brachium-system.net/~jonas/packages/puppetboard/puppetboard_0.0.4-1_all.deb

wget http://finja.brachium-system.net/~jonas/packages/puppetboard/python-pypuppetdb_0.1.1-1_all.deb

dpkg -i python-pypuppetdb_0.1.1-1_all.deb

dpkg -i puppetboard_0.0.4-1_all.deb

for configuration with Apache see /usr/share/doc/puppetboard/README.Debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment