Go to file
j d712ff043f only get director, year and director if director was passed in query 2013-02-28 15:45:50 +05:30
nginx update init script 2011-07-30 13:31:04 +02:00
oxdata only get director, year and director if director was passed in query 2013-02-28 15:45:50 +05:30
wsgi oxdjango 2010-08-11 15:06:56 +02:00
.bzrignore ignore build 2010-08-11 14:07:05 +02:00
README add getIds call 2013-02-28 15:30:07 +05:30
requirements.txt api/movie 2011-10-14 11:03:43 +02:00

README

To setup a local instance of oxdata:

    bzr branch http://code.0xdb.org/oxdata oxdata
    cd oxdata
    virtualenv --system-site-packages .
    ./bin/pip install -r requirements.txt

you need python, bazaar, pip and virtualenv:

    apt-get install python-setuptools bzr
    east_install pip
    pip install virtualenv

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 oxdata ox
    sudo rabbitmqctl add_vhost /oxdata
    sudo rabbitmqctl set_permissions -p /oxdata oxdata ".*" ".*" ".*"


Deploy:
    adduser --disabled-password --disabled-login --home /srv/oxdata/ oxdata