move files for new virtualenv setup
This commit is contained in:
parent
2b957c7495
commit
e38385fcd8
33 changed files with 28 additions and 4 deletions
17
README
Normal file
17
README
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue