From 95fbba75246cf1b5115bc5493d3119f9ea91221e Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 27 Apr 2014 18:18:08 +0200 Subject: update things --- sites/elchstats.nsupdate.info/graphite.journal.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sites') diff --git a/sites/elchstats.nsupdate.info/graphite.journal.txt b/sites/elchstats.nsupdate.info/graphite.journal.txt index 83e36c93..d3a73433 100644 --- a/sites/elchstats.nsupdate.info/graphite.journal.txt +++ b/sites/elchstats.nsupdate.info/graphite.journal.txt @@ -1,21 +1,27 @@ #?/bin/sh +set -euf # from http://graphite.wikidot.com/installation git clone https://github.com/graphite-project/graphite-web.git git clone https://github.com/graphite-project/carbon.git git clone https://github.com/graphite-project/whisper.git -pacman -S python2 gcc pkg-config cairo +pacman -S python2 gcc pkg-config cairo python2-pip for i in whisper carbon graphite-web;do cd $i pip2 install -r requirements.txt||: python2 setup.py install + cd - done cd /opt/graphite/conf cp carbon.conf.example carbon.conf +# edit carbon.conf, fix max writes per second, max adds per minute cp storage-schemas.conf.example storage-schemas.conf +# edit storage-schemas.conf, fix storage time + cd /opt/graphite/webapp/graphite cp local_settings.py.example local_settings.py +# change SECRET_KEY PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb --settings=graphite.settings # push in the texts -- cgit v1.2.3