From charlesreid1

Revision as of 18:42, 29 January 2018 by Admin (talk | contribs) (Created page with "Also see: * Graphite/Old * Graphite/Old2 =Setting up= ==Debian== See instructions here: https://graphite.readthedocs.io/en/latest/install-pip.html#installing-in-the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Also see:

Setting up

Debian

See instructions here: https://graphite.readthedocs.io/en/latest/install-pip.html#installing-in-the-default-location

apt-get install python3-cffi

Now install the three parts of graphite: whisper, carbon, and graphite-web:

pip3 install --user --no-binary=:all: https://github.com/graphite-project/whisper/tarball/master
sudo chown charles:root /opt/
pip3 install --user --no-binary=:all: https://github.com/graphite-project/carbon/tarball/master
pip3 install --user --no-binary=:all: https://github.com/graphite-project/graphite-web/tarball/master