update README

This commit is contained in:
j 2010-07-03 13:14:16 +02:00
parent 2abc2d9368
commit 503d17522d
1 changed files with 3 additions and 4 deletions

7
README
View File

@ -1,6 +1,6 @@
To setup a local instance of pandora:
bzr branch http://code.0xdb.org/pandora pandora
bzr branch http://code.0x2620.org/pandora pandora
cd pandora
virtualenv .
pip -E . install -r requirements.txt
@ -11,6 +11,7 @@ you need python, bazaar, pip and virtualenv:
apt-get install python-setuptools bzr
easy_install pip
pip install virtualenv
apt-get install python-dev python-imaging
also it uses system python moduels, so make sure you have
ipython, dbmodule(psycopg2, python-mysqldb,..)
@ -28,9 +29,7 @@ Install rabbitmq and carrot:
Development:
we are using django, http://docs.djangoproject.com/en/dev/
communication between webserver and background tasks is done via rabbitmq
http://github.com/ask/carrot/ for more info on the lib used to communicate
Apache setup:
sudo apt-get install libapache2-mod-wsgi libapache2-mod-xsendfile