Skip to content

Instantly share code, notes, and snippets.

@egustafson
Created April 3, 2013 19:29
Show Gist options
  • Save egustafson/5304478 to your computer and use it in GitHub Desktop.
Save egustafson/5304478 to your computer and use it in GitHub Desktop.
Bootstrap collectd+CGP in a Debian environment.
sudo apt-get install collectd lighttpd php5-cgi php5
sudo lighttpd-enable-mod fastcgi
sudo lighttpd-enable-mod fastcgi-php
service lighttpd force-reload
cd /var/www
sudo git clone git://github.com/egustafson/CGP.git cgp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment