Difference between revisions of "HowTo/InstallGraphite"
Jump to navigation
Jump to search
(Created page with " == Required packages == apt-get install bzr python-sqlite python-memcache python-django python-cairo libapache2-mod-python") |
|||
| Line 2: | Line 2: | ||
== Required packages == | == Required packages == | ||
| − | apt-get install bzr python-sqlite python-memcache python-django python-cairo libapache2-mod-python | + | apt-get install bzr python-sqlite python-memcache python-django python-cairo libapache2-mod-python python-zope.interface python-django-tagging python-twisted |
| + | |||
| + | bzr branch lp:graphite | ||
| + | cd graphite/ | ||
| + | pushd whisper | ||
| + | python setup.py install | ||
| + | popd | ||
| + | pushd carbon | ||
| + | python setup.py install | ||
| + | pushd /opt/graphite/conf | ||
| + | cp carbon.conf.example carbon.conf | ||
| + | cp storage-schemas.conf.example storage-schemas.conf | ||
| + | popd | ||
| + | popd | ||
| + | python check-dependencies.py | ||
Revision as of 18:47, 5 February 2012
Required packages
apt-get install bzr python-sqlite python-memcache python-django python-cairo libapache2-mod-python python-zope.interface python-django-tagging python-twisted
bzr branch lp:graphite cd graphite/ pushd whisper python setup.py install popd pushd carbon python setup.py install pushd /opt/graphite/conf cp carbon.conf.example carbon.conf cp storage-schemas.conf.example storage-schemas.conf popd popd python check-dependencies.py