Update instructions.
authorAntony Chazapis <chazapis@gmail.com>
Wed, 23 Nov 2011 15:21:39 +0000 (17:21 +0200)
committerroot <root@pithos.dev.grnet.gr>
Wed, 23 Nov 2011 15:21:39 +0000 (17:21 +0200)
README
README.upgrade
docs/source/adminguide.rst

diff --git a/README b/README
index 70504e7..bf9e296 100644 (file)
--- 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:
 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.
     apt-get install python-sqlalchemy python-mysqldb python-psycopg2
 
 Enter the pithos dir, copy settings.py.dist to settings.py.
index 5449575..3f6f39b 100644 (file)
@@ -14,7 +14,9 @@ UPGRADE
 
 0.7.10 -> 0.7.11
 ----------------
 
 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
     python manage.py syncdb
     python manage.py migrate im 0001 --fake
     python manage.py migrate im
index cf3d36e..9148def 100644 (file)
@@ -8,7 +8,7 @@ Assuming a clean debian squeeze (stable) installation, use the following steps t
 
 Install packages::
 
 
 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
 
   apt-get install python-sqlalchemy python-mysqldb python-psycopg2
   apt-get install apache2 libapache2-mod-wsgi