In Ubuntu 14.04, you can install graphite from a package.
Graphite Network Installation
sudo apt-get install -y graphite-web
Set whisper
sudo apt-get install -y python-whisper
Set carbon
sudo apt-get install -y graphite-carbon
You can also use script : but with the exception of using
rm /etc/apache2/000-default.conf
you must use the command
sudo a2dissite 000-default
source
share