====== Graphite ====== sudo mkdir /opt/graphite sudo chown user:user /opt/graphite/ mkvirtualenv /opt/graphite/ ln -s /opt/graphite ~/virtualenvs/graphite pip install whisper pip install carbon pip install graphite-web ===== References ===== * http://graphite.wikidot.com/documentation * http://graphite.readthedocs.org/en/latest/ * http://coreygoldberg.blogspot.com.es/2012/04/installing-graphite-099-on-ubuntu-1204.html