From 98146b7e5c82e7fcd9bd20559676b0c7a32f98b5 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 20 Dec 2011 01:12:18 +0530 Subject: [PATCH] readme --- README | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README b/README index b14cc1f3..47765696 100644 --- a/README +++ b/README @@ -5,10 +5,15 @@ To setup pan.do/ra, you need python, bazaar, pip and virtualenv and several other python modules: * Packages + apt-get install python-software-properties + add-apt-repository ppa:j/pandora + apt-get update + apt-get install bzr git subversion mercurial \ python-setuptools python-pip python-virtualenv ipython \ python-dev python-imaging python-numpy python-psycopg2 \ - python-geoip + python-geoip postgresql rabbitmq-server + apt-get install oxframe oxtimeline * Pan.do/ra Get code from bazzar @@ -32,14 +37,6 @@ create / update static files ./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 We use postgresql but other databases might also work (make sure you have the python bindings installed).