From ddab1341682476ba36c8d776c940137e5db564b8 Mon Sep 17 00:00:00 2001 From: Nawa Date: Fri, 30 Nov 2012 01:04:53 +0100 Subject: Documentation: new corrections, mainly on the configuration part. --- docs/_build/html/install.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_build/html/install.html') diff --git a/docs/_build/html/install.html b/docs/_build/html/install.html index 15ba3bd..1513e1f 100644 --- a/docs/_build/html/install.html +++ b/docs/_build/html/install.html @@ -80,7 +80,6 @@ It has been updated for version 2.0.0.

  • Beautiful Soup
  • python-simplejson
  • python-gdal
  • -
  • unidecode
  • lxml
  • jquery version 1.7.1 or better
  • jquery-ui
  • @@ -112,7 +111,7 @@ Linux distribution repositories. For instance on Debian Wheezy:

    python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \ javascript-common python-lxml libjs-jquery libjs-jquery-ui \ python-feedparser libgeos-3.3.3 proj-bin postgresql-9.1-postgis \ - gdal-bin tinymce gpsbabel python-django-celery \ + gdal-bin tinymce gpsbabel python-django-celery

    On Debian Squeeze (you need to activate backports):

    apt-get install -t squeeze-backports python-django libjs-jquery
    @@ -122,8 +121,9 @@ apt-get install apache2 python python-django python-django-south \
         python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \
         javascript-common python-lxml libjs-jquery libjs-jquery-ui \
         python-feedparser libgeos-3.2.0 proj-bin postgresql-8.4-postgis \
    -    gdal-bin tinymce gpsbabel \
    + gdal-bin tinymce gpsbabel
    +

    The package python-django-celery doesn’t exist for Debian Squeeze.

    If these packages do not exist in your distribution’s repository, please refer to the applications’ websites.

    @@ -258,7 +258,7 @@ chmod -R g+w /var/log/django/ need to get it compiled. This can be done with the following command (here, fr stands for French, replace it with the appropriate language code):

    cd $INSTALL_PATH/chimere/chimere/
    -django-admin compilemessages
    +django-admin compilemessages -l fr

    If your language is not available, feel free to create the default po file and to submit it, contributions are well appreciated. Procedure is as follows:

    -- cgit v1.2.3