~mleinartas/graphite/aggregation_overwrite

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
# This is a PIP requirements file.
# To setup a dev environment:
#
#   easy_install virtualenv
#   virtualenv --distribute --no-site-packages --prompt "(graphite venv) " .venv
#   source .venv/bin/activate
#
#   brew install cairo && brew link cairo # on OSX
#   pip install -r requirements.txt
#
#   mkdir -p .venv/storage venv/conf
#   touch .venv/conf/carbon.conf .venv/conf/storage-schemas.conf
#   export GRAPHITE_ROOT=./ GRAPHITE_STORAGE_DIR=.venv/storage/ GRAPHITE_CONF_DIR=.venv/conf/
#
#   carbon/bin/carbon-cache.py start
#   carbon/bin/carbon-cache.py status
#
#   mkdir -p .venv/storage/log/webapp
#   django-admin.py syncdb --settings=graphite.settings --pythonpath=webapp
#   bin/run-graphite-devel-server.py ./
#
# To clean up:
#
#   carbon/bin/carbon-cache.py stop
#   unset GRAPHITE_ROOT GRAPHITE_STORAGE_DIR GRAPHITE_CONF_DIR
#   deactivate
#

Django==1.3
Twisted==11.0.0
python-memcached==1.47
txAMQP==0.4
simplejson==2.1.6
django-tagging==0.3.1
http://cairographics.org/releases/py2cairo-1.8.10.tar.gz
./whisper