diff options
author | Nawa <bellefeegore@follepensee.net> | 2012-11-30 00:35:57 +0100 |
---|---|---|
committer | Nawa <bellefeegore@follepensee.net> | 2012-11-30 00:35:57 +0100 |
commit | cd028787bba514864e08b125b2a5ced36389c2d9 (patch) | |
tree | 8186c1d2f58dd051a955b64dfec02e82f563140b /docs/install.rst | |
parent | ed31edf4657212fd4374c129ab0ffb0a00ebe3b8 (diff) | |
parent | 43ff3b958fe3f60d48fc92d2fc2e42789cdccf5f (diff) | |
download | Chimère-cd028787bba514864e08b125b2a5ced36389c2d9.tar.bz2 Chimère-cd028787bba514864e08b125b2a5ced36389c2d9.zip |
Merge branch 'master' of ssh://daenerys.peacefrogs.net/var/local/git/chimere
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index 02aeb42..3b8fd38 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,7 +26,6 @@ Prerequisites - `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_ - python-simplejson - python-gdal - - `unidecode <http://pypi.python.org/pypi/Unidecode>`_ - `lxml <http://lxml.de/>`_ - `jquery <http://jquery.com/>`_ version 1.7.1 or better - `jquery-ui <http://jqueryui.com/>`_ @@ -56,7 +55,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):: @@ -68,8 +67,9 @@ On Debian Squeeze (you need to activate backports):: 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. @@ -212,7 +212,7 @@ 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: |