Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Side by Side Diff: compute_engine_scripts/monitoring/continue_install2.sh

Issue 310253003: Add setup scripts for a Graphite server. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 cd /home/www-data/graphite/
2
3 export GRAPHITE_ROOT=/home/www-data/graphite
4 export PYTHONPATH=$PYTHONPATH:$GRAPHITE_ROOT/webapp:$GRAPHITE_ROOT/lib
5
6 # Create and/or update the database schema.
7 django-admin.py syncdb --settings=graphite.settings
8
9 # Start carbon.
10 $GRAPHITE_ROOT/bin/carbon-cache.py start
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698