Revision 5d56107c docs/source/adminguide.rst

b/docs/source/adminguide.rst
8 8

  
9 9
Install packages::
10 10

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

  
......
21 21

  
22 22
  cd /pithos/pithos
23 23
  python manage.py syncdb
24
  python manage.py migrate im
25 24
  cd /pithos
26 25
  python setup.py build_sphinx
27 26

  
......
126 125

  
127 126
Useful alias to add in ``~/.bashrc``::
128 127

  
129
  alias pithos-sync='cd /pithos && git pull && python setup.py build_sphinx && cd pithos && python manage.py migrate im && /etc/init.d/apache2 restart'
128
  alias pithos-sync='cd /pithos && git pull && python setup.py build_sphinx && /etc/init.d/apache2 restart'
130 129

  
131 130
Gunicorn Setup
132 131
--------------

Also available in: Unified diff