Skip to content

Instantly share code, notes, and snippets.

@slumbi
Last active December 23, 2015 22:09
Show Gist options
  • Save slumbi/6701496 to your computer and use it in GitHub Desktop.
Save slumbi/6701496 to your computer and use it in GitHub Desktop.
Some initial tools to get started on a fresh debian with graphite
prerequisites for development and graphite
apt-get update
apt-get install -y mc git
apt-get install -y build-essential autoconf
apt-get install -y sun-java6-jdk
#graphite
apt-get install -y python python-dev python-pip python-cairo python-cairo-dev python-django libglib2.0-dev libglib2.0-0 python-rrdtool
## apache :
apt-get install -y apache2 libapache2-mod-wsgi
apt-get install -y gnuplot
## graphite modules
pip install carbon whisper pytz pyparsing django-tagging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment