Created
November 22, 2013 17:22
-
-
Save pcn/7603621 to your computer and use it in GitHub Desktop.
Testing graphite-web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| . /opt/graphite/bin/activate | |
| export PYTHONPATH=$PYTHONPATH:/opt/graphite/webapp | |
| cd /shared_space/graphite-web | |
| pip install . -U | |
| cp ~/app_settings.py /opt/graphite/webapp/graphite/app_settings.py | |
| cp ~/local_settings.py /opt/graphite/webapp/graphite/local_settings.py | |
| /opt/graphite/bin/run-graphite-devel-server.py --port 8081 /opt/graphite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment