summaryrefslogtreecommitdiffstats
path: root/sites/elchstats.nsupdate.info/graphite.journal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sites/elchstats.nsupdate.info/graphite.journal.txt')
-rw-r--r--sites/elchstats.nsupdate.info/graphite.journal.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/elchstats.nsupdate.info/graphite.journal.txt b/sites/elchstats.nsupdate.info/graphite.journal.txt
index d3a73433..777f4650 100644
--- a/sites/elchstats.nsupdate.info/graphite.journal.txt
+++ b/sites/elchstats.nsupdate.info/graphite.journal.txt
@@ -17,8 +17,8 @@ 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
+# edit storage-schemas.conf, fix storage time
cd /opt/graphite/webapp/graphite
cp local_settings.py.example local_settings.py
# change SECRET_KEY
@@ -27,7 +27,7 @@ PYTHONPATH=/opt/graphite/webapp django-admin.py syncdb --settings=graphite.setti
useradd -m graphite -d /opt/graphite -r
chown -R graphite /opt/graphite
-cd here
+cd _here_
cp carbon.service /opt/systemd/system/
systemctl enable carbon
systemctl start carbon