18 lines
465 B
Text
18 lines
465 B
Text
|
To setup a local instance of oxdata:
|
||
|
|
||
|
bzr branch http://code.0xdb.org/oxdata oxdata
|
||
|
cd oxdata
|
||
|
virtualenv .
|
||
|
pip -E . 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.
|
||
|
|