forked from 0x2620/pandora
readme
This commit is contained in:
parent
110debe26d
commit
98146b7e5c
1 changed files with 6 additions and 9 deletions
15
README
15
README
|
@ -5,10 +5,15 @@ To setup pan.do/ra, you need
|
||||||
python, bazaar, pip and virtualenv and several other python modules:
|
python, bazaar, pip and virtualenv and several other python modules:
|
||||||
|
|
||||||
* Packages
|
* Packages
|
||||||
|
apt-get install python-software-properties
|
||||||
|
add-apt-repository ppa:j/pandora
|
||||||
|
apt-get update
|
||||||
|
|
||||||
apt-get install bzr git subversion mercurial \
|
apt-get install bzr git subversion mercurial \
|
||||||
python-setuptools python-pip python-virtualenv ipython \
|
python-setuptools python-pip python-virtualenv ipython \
|
||||||
python-dev python-imaging python-numpy python-psycopg2 \
|
python-dev python-imaging python-numpy python-psycopg2 \
|
||||||
python-geoip
|
python-geoip postgresql rabbitmq-server
|
||||||
|
apt-get install oxframe oxtimeline
|
||||||
|
|
||||||
* Pan.do/ra
|
* Pan.do/ra
|
||||||
Get code from bazzar
|
Get code from bazzar
|
||||||
|
@ -32,14 +37,6 @@ create / update static files
|
||||||
./manage.py compile_pyc
|
./manage.py compile_pyc
|
||||||
|
|
||||||
|
|
||||||
* Additional pandora tools:
|
|
||||||
You need current versions of oxframe, oxtimeline installed.
|
|
||||||
For Ubuntu we provide these packages in a ppa:
|
|
||||||
apt-get install python-software-properties
|
|
||||||
add-apt-repository ppa:j/pandora
|
|
||||||
apt-get update
|
|
||||||
apt-get install oxframe oxtimeline
|
|
||||||
|
|
||||||
* Database
|
* Database
|
||||||
We use postgresql but other databases might also work
|
We use postgresql but other databases might also work
|
||||||
(make sure you have the python bindings installed).
|
(make sure you have the python bindings installed).
|
||||||
|
|
Loading…
Reference in a new issue