move files for new virtualenv setup

This commit is contained in:
j 2009-10-09 17:20:54 +02:00
commit e38385fcd8
33 changed files with 28 additions and 4 deletions

17
README Normal file
View file

@ -0,0 +1,17 @@
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.