From 0f8ffac4eaf4a5c9b094c37dd3b4a15367aac16b Mon Sep 17 00:00:00 2001 From: Antony Chazapis Date: Wed, 23 Nov 2011 17:21:39 +0200 Subject: [PATCH] Update instructions. --- README | 2 +- README.upgrade | 4 +++- docs/source/adminguide.rst | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 70504e7..bf9e296 100644 --- a/README +++ b/README @@ -13,7 +13,7 @@ All docs are in the docs/source directory. The .rst files are perfectly readable To build the documentation you need to have Sphinx (http://sphinx.pocoo.org/) installed. On a typical debian-based Linux system run: - apt-get install python-django python-setuptools python-sphinx python-httplib2 + apt-get install python-django python-django-south python-setuptools python-sphinx python-httplib2 apt-get install python-sqlalchemy python-mysqldb python-psycopg2 Enter the pithos dir, copy settings.py.dist to settings.py. diff --git a/README.upgrade b/README.upgrade index 5449575..3f6f39b 100644 --- a/README.upgrade +++ b/README.upgrade @@ -14,7 +14,9 @@ UPGRADE 0.7.10 -> 0.7.11 ---------------- -*setup south: +* Install python-django-south +* Add 'south' in INSTALLED_APPS in settings.py +* Setup south: python manage.py syncdb python manage.py migrate im 0001 --fake python manage.py migrate im diff --git a/docs/source/adminguide.rst b/docs/source/adminguide.rst index cf3d36e..9148def 100644 --- a/docs/source/adminguide.rst +++ b/docs/source/adminguide.rst @@ -8,7 +8,7 @@ Assuming a clean debian squeeze (stable) installation, use the following steps t Install packages:: - apt-get install git python-django python-setuptools python-sphinx python-httplib2 + apt-get install git python-django python-django-south python-setuptools python-sphinx python-httplib2 apt-get install python-sqlalchemy python-mysqldb python-psycopg2 apt-get install apache2 libapache2-mod-wsgi -- 1.7.10.4