Graphite
From charlesreid1
Also see:
Installing
Debian
See instructions here: https://graphite.readthedocs.io/en/latest/install-pip.html#installing-in-the-default-location
apt-get install python3-cffi
Graphite installs to /opt (a common location for databases), so ensure we have permission to create directories there:
sudo chown charles:root /opt/
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 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
Web app
Documentation on setting up web app: https://graphite.readthedocs.io/en/latest/config-webapp.html#nginx-gunicorn