Skip to content

Instantly share code, notes, and snippets.

View recamshak's full-sized avatar

Joël Billaud recamshak

View GitHub Profile
@recamshak
recamshak / gist:4124194
Created November 21, 2012 10:35
Install graphite in a virtualenv (for my webfaction server)
# this script will install whisper, carbon and graphite-web on the current directory
sudo apt-get python-dev
mkvirtualenv --system-site-packages graphite
pip install twisted
pip install django
pip install django-tagging
pip install gunicorn