Old Graphite: Difference between revisions
From charlesreid1
(Created page with "==Prerequisites== PyCairo prerequisite: PyCairo ===Installing Graphite=== Git checkout cd git dir <pre> python setup.py build && python setup.py install </pre> ===Insta...") |
|||
| Line 2: | Line 2: | ||
PyCairo prerequisite: [[PyCairo]] | PyCairo prerequisite: [[PyCairo]] | ||
==Installing== | |||
===Installing Graphite=== | ===Installing Graphite=== | ||
| Line 24: | Line 26: | ||
python setup.py build && python setup.py install | python setup.py build && python setup.py install | ||
</pre> | </pre> | ||
==Hello Graphite World== | |||
http://graphite.wikidot.com/getting-your-data-into-graphite | |||
Revision as of 17:32, 24 June 2014
Prerequisites
PyCairo prerequisite: PyCairo
Installing
Installing Graphite
Git checkout
cd git dir
python setup.py build && python setup.py install
Installing Carbon
python setup.py build && python setup.py install
Installing Whisper
python setup.py build && python setup.py install