move to git
This commit is contained in:
parent
4717fee4a4
commit
e3079b573a
2 changed files with 10 additions and 7 deletions
3
.bzrignore → .gitignore
vendored
3
.bzrignore → .gitignore
vendored
|
@ -11,3 +11,6 @@ src
|
|||
include
|
||||
local_urls.py
|
||||
build
|
||||
*.pyc
|
||||
*~
|
||||
*.swp
|
14
README
14
README
|
@ -1,23 +1,23 @@
|
|||
To setup a local instance of oxdata:
|
||||
|
||||
bzr branch http://code.0xdb.org/oxdata oxdata
|
||||
git clone https://git.0x2620.org/oxdata.git
|
||||
cd oxdata
|
||||
virtualenv --system-site-packages .
|
||||
./bin/pip install -r requirements.txt
|
||||
|
||||
you need python, bazaar, pip and virtualenv:
|
||||
you need python, git, pip and virtualenv:
|
||||
|
||||
apt-get install python-setuptools bzr
|
||||
apt-get install python-setuptools git
|
||||
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.
|
||||
oxdata uses system python modules, so make sure you have
|
||||
ipython and psycopg2 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 ".*" ".*" ".*"
|
||||
|
|
Loading…
Reference in a new issue