diff options
Diffstat (limited to 'docs/install.rst')
| -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. | 
