This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |