Skip to content

Instantly share code, notes, and snippets.

@ralph-tice
Created March 20, 2013 19:43
Show Gist options
  • Save ralph-tice/5207813 to your computer and use it in GitHub Desktop.
Save ralph-tice/5207813 to your computer and use it in GitHub Desktop.
graphite/carbon/whisper install
sudo yum install httpd
sudo yum install pycairo
sudo yum install mod_python
sudo yum install python-ldap
sudo yum install git clone [https://github.com/graphite-project/graphite-web.git]
cd graphite-web
git checkout 0.9.x
cd ..
git clone [https://github.com/graphite-project/carbon.git]
cd carbon
git checkout 0.9.x
cd ..
git clone [https://github.com/graphite-project/whisper.git]
cd whisper
git checkout 0.9.x
cd ..
pushd whisper
sudo python setup.py install
popdpushd carbon
python setup.py install
popdpushd /opt/graphite/conf
sudo cp carbon.conf.example carbon.conf
sudo cp storage-schemas.conf.example storage-schemas.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment