Revision 5d56107c README

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-django-south python-setuptools python-sphinx python-httplib2
16
    apt-get install python-django python-setuptools python-sphinx
17 17
    apt-get install python-sqlalchemy python-mysqldb python-psycopg2
18 18

  
19 19
Then run:
......
30 30
------------------
31 31

  
32 32
Make sure you have all required packages installed:
33
    apt-get install python-django python-setuptools python-sphinx python-httplib2
33
    apt-get install python-django python-setuptools python-sphinx
34 34
    apt-get install python-sqlalchemy python-mysqldb python-psycopg2
35 35

  
36 36
Then run:
37 37
    python manage.py syncdb
38
    python manage.py migrate im
39
    python manage.py loaddata admin_user
40 38
    python manage.py runserver
41 39

  
42
Go to:
43
	http://127.0.0.1:8000/im/admin?user=admin&token=0000
44

  
45 40
This server is useful during development, but should not be used for deployment.
46 41
To deploy Pithos using Apache, take a look at the Administrator Guide in docs.
47 42

  

Also available in: Unified diff