software powering 0xdb.org and Pad.ma is called pandora now
This commit is contained in:
parent
e724c67f05
commit
7c0e365a0a
46 changed files with 30 additions and 21 deletions
16
README
16
README
|
|
@ -1,8 +1,7 @@
|
|||
To setup a local instance of pandora:
|
||||
|
||||
To setup a local instance of 0xdb:
|
||||
|
||||
bzr branch http://code.0xdb.org/oxdb2 oxdb
|
||||
cd oxdb
|
||||
bzr branch http://code.0xdb.org/pandora pandora
|
||||
cd pandora
|
||||
virtualenv .
|
||||
pip -E . install -r requirements.txt
|
||||
|
||||
|
|
@ -17,13 +16,12 @@ also it uses system python moduels, so make sure you have
|
|||
ipython, dbmodule(psycopg2, python-mysqldb,..)
|
||||
installed via apt-get/pip/easy_install in your system path.
|
||||
|
||||
|
||||
Install rabbitmq and carrot:
|
||||
sudo apt-get install rabbitmq-server
|
||||
|
||||
sudo rabbitmqctl add_user oxdb password
|
||||
sudo rabbitmqctl add_vhost /oxdb
|
||||
sudo rabbitmqctl set_permissions -p /oxdb oxdb "^oxdb-.*" ".*" ".*"
|
||||
sudo rabbitmqctl add_user pandora password
|
||||
sudo rabbitmqctl add_vhost /pandora
|
||||
sudo rabbitmqctl set_permissions -p /pandora pandora "^pandora-.*" ".*" ".*"
|
||||
|
||||
|
||||
update BROKER_* settings in local_settings.py:
|
||||
|
|
@ -32,5 +30,3 @@ 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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue