summaryrefslogtreecommitdiffstats
path: root/sites
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2014-04-27 18:18:08 +0200
committermakefu <github@syntax-fehler.de>2014-04-27 18:18:08 +0200
commit95fbba75246cf1b5115bc5493d3119f9ea91221e (patch)
treecca50d644839abdf40947d47b9f75220e5d78f63 /sites
parentaa4b1772353ddf520b210bb1a692ce1b604cba23 (diff)
update things
Diffstat (limited to 'sites')
-rw-r--r--sites/elchstats.nsupdate.info/graphite.journal.txt8
1 files changed, 7 insertions, 1 deletions
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