forked from 0x2620/pandora
update README
This commit is contained in:
parent
2abc2d9368
commit
503d17522d
1 changed files with 3 additions and 4 deletions
5
README
5
README
|
@ -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,8 +29,6 @@ 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:
|
||||
|
|
Loading…
Reference in a new issue