update README

This commit is contained in:
j 2010-07-03 13:14:16 +02:00
parent 2abc2d9368
commit 503d17522d

5
README
View file

@ -1,6 +1,6 @@
To setup a local instance of pandora: 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 cd pandora
virtualenv . virtualenv .
pip -E . install -r requirements.txt pip -E . install -r requirements.txt
@ -11,6 +11,7 @@ you need python, bazaar, pip and virtualenv:
apt-get install python-setuptools bzr apt-get install python-setuptools bzr
easy_install pip easy_install pip
pip install virtualenv pip install virtualenv
apt-get install python-dev python-imaging
also it uses system python moduels, so make sure you have also it uses system python moduels, so make sure you have
ipython, dbmodule(psycopg2, python-mysqldb,..) ipython, dbmodule(psycopg2, python-mysqldb,..)
@ -28,8 +29,6 @@ Install rabbitmq and carrot:
Development: Development:
we are using django, http://docs.djangoproject.com/en/dev/ 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: Apache setup: