X-Git-Url: https://code.grnet.gr/git/pithos/blobdiff_plain/139c022f18ab4755a8d9a2b4d7e8066e643c6e27..a903e505357b94a27c253778e4e18b6784e62ddf:/README diff --git a/README b/README index 81c0b1c..ddee9dd 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-django-south python-setuptools python-sphinx python-httplib2 + apt-get install python-django python-setuptools python-sphinx apt-get install python-sqlalchemy python-mysqldb python-psycopg2 Then run: @@ -30,18 +30,13 @@ Running the server ------------------ Make sure you have all required packages installed: - apt-get install python-django python-setuptools python-sphinx python-httplib2 + apt-get install python-django python-setuptools python-sphinx apt-get install python-sqlalchemy python-mysqldb python-psycopg2 Then run: python manage.py syncdb - python manage.py migrate im - python manage.py loaddata admin_user python manage.py runserver -Go to: - http://127.0.0.1:8000/im/admin?user=admin&token=0000 - This server is useful during development, but should not be used for deployment. To deploy Pithos using Apache, take a look at the Administrator Guide in docs.