Revision 0f8ffac4

b/README
13 13
To build the documentation you need to have Sphinx (http://sphinx.pocoo.org/) installed.
14 14

  
15 15
On a typical debian-based Linux system run:
16
    apt-get install python-django python-setuptools python-sphinx python-httplib2
16
    apt-get install python-django python-django-south python-setuptools python-sphinx python-httplib2
17 17
    apt-get install python-sqlalchemy python-mysqldb python-psycopg2
18 18

  
19 19
Enter the pithos dir, copy settings.py.dist to settings.py.
b/README.upgrade
14 14

  
15 15
0.7.10 -> 0.7.11
16 16
----------------
17
*setup south:
17
* Install python-django-south
18
* Add 'south' in INSTALLED_APPS in settings.py
19
* Setup south:
18 20
    python manage.py syncdb
19 21
    python manage.py migrate im 0001 --fake
20 22
    python manage.py migrate im
b/docs/source/adminguide.rst
8 8

  
9 9
Install packages::
10 10

  
11
  apt-get install git python-django python-setuptools python-sphinx python-httplib2
11
  apt-get install git python-django python-django-south python-setuptools python-sphinx python-httplib2
12 12
  apt-get install python-sqlalchemy python-mysqldb python-psycopg2
13 13
  apt-get install apache2 libapache2-mod-wsgi
14 14

  

Also available in: Unified diff