forked from graphite-project/graphite-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
49 lines (48 loc) · 1.69 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This is a PIP requirements file.
# To setup a dev environment:
#
# If you use virtualenvwrapper, you can use the misc/virtualenvwrapper hook scripts to
# automate most of the following commands
#
# easy_install virtualenv
# virtualenv --distribute --no-site-packages --prompt "(graphite venv) " .venv
# source .venv/bin/activate
#
# brew install cairo && brew link cairo # on OSX
# sudo apt-get install libcairo2-dev # on Ubuntu
# pip install -r requirements.txt
#
# mkdir -p .venv/storage/ceres .venv/storage/log/carbon-cache .venv/conf
# touch .venv/conf/carbon.conf .venv/conf/storage-schemas.conf
# cp conf/graphTemplates.conf.example .venv/conf/graphTemplates.conf
# export GRAPHITE_ROOT=`pwd` GRAPHITE_STORAGE_DIR=`pwd`/.venv/storage/ GRAPHITE_CONF_DIR=`pwd`/.venv/conf/
#
# git clone https://github.com/graphite-project/carbon.git ../carbon
# ../carbon/bin/carbon-cache.py start
# ../carbon/bin/carbon-cache.py status
#
# mkdir -p .venv/storage/log/webapp /opt/graphite/storage/
# sudo chown -R $USER: /opt/graphite
# .venv/bin/django-admin.py syncdb --settings=graphite.settings --pythonpath=webapp
# bin/run-graphite-devel-server.py ./
# # or
# # cd webapp/graphite && $GRAPHITE_ROOT/.venv/bin/gunicorn_django -b 127.0.0.1:8080
#
# To clean up:
#
# carbon/bin/carbon-cache.py stop
# unset GRAPHITE_ROOT GRAPHITE_STORAGE_DIR GRAPHITE_CONF_DIR
# deactivate
#
Django>=1.4
Twisted==11.1.0
python-memcached==1.47
txAMQP==0.4
simplejson==2.1.6
django-tagging==0.3.1
gunicorn
pytz
pyparsing==1.5.7
http://cairographics.org/releases/py2cairo-1.8.10.tar.gz
git+git://github.com/graphite-project/whisper.git#egg=whisper
git+git://github.com/graphite-project/ceres.git#egg=ceres