diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-07-19 11:42:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-07-19 11:42:04 +0200 |
commit | 91bd9d4ef11eae6e4e79410676152f9eca765b0d (patch) | |
tree | e5781308c8ae8ee467d80936cd67c83c9eeed820 | |
parent | 969aad6fdfa61831b456c2a3cabd17596f53d097 (diff) | |
download | Chimère-91bd9d4ef11eae6e4e79410676152f9eca765b0d.tar.bz2 Chimère-91bd9d4ef11eae6e4e79410676152f9eca765b0d.zip |
Update documentation
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index c1bc5eb..dfa3514 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -9,6 +9,7 @@ Chimère installation :Copyright: CC-BY 3.0 This documents presents the installation of Chimère. +The version has been updated for installation of version 2.0-RC2. ----------------- Base installation @@ -22,14 +23,15 @@ Prerequisites - `apache <http://www.apache.org/>`_ version 2.x - `python <http://www.python.org/>`_ versions 2.6 or 2.7 - - `django <http://www.djangoproject.com/>`_ version 1.3 + - `django <http://www.djangoproject.com/>`_ >= version 1.3 - `south <http://south.aeracode.org/>`_ - - `postgres <http://www.postgresql.org/>`_ version 8.x + - `postgres <http://www.postgresql.org/>`_ >= version 8.x - `gettext <http://www.gnu.org/software/gettext/>`_ - `psycopg2 <http://freshmeat.net/projects/psycopg/>`_ - `Python Imaging Library <http://www.pythonware.com/products/pil/>`_ - `Beautiful Soup <http://www.crummy.com/software/BeautifulSoup/>`_ - python-simplejson + - python-gdal - `lxml <http://lxml.de/>`_ - `jquery <http://jquery.com/>`_ version 1.7.1 or better - `jquery-ui <http://jqueryui.com/>`_ @@ -57,7 +59,7 @@ Linux distribution repositories. For instance on Debian Wheezy:: python-beautifulsoup tinymce apache2 libgeos-3.3.3 proj-bin gdal-bin \ python-gdal python-lxml python-psycopg2 python-imaging gettext \ postgresql-9.1 postgresql-9.1-postgis libjs-jquery libjs-jquery-ui \ - python-django-celery python-simplejson + python-django-celery python-simplejson python-gdal If these packages do not exist in your distribution's repository, please refer to the applications' websites. |