diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-02-14 21:42:27 +0100 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-02-14 21:42:27 +0100 |
| commit | 660ce29ac2cf781c8e9607a837b9832e1692e156 (patch) | |
| tree | dfc74f2056cfc9a1ce12eb17adf8bc3771510495 /docs/fr/install.rst | |
| parent | 3daa945c334f719e7edb086021bfcc93880eb7f7 (diff) | |
| parent | 57bbba43a75a72eeacd44f1ce5fcd6f203dc321c (diff) | |
| download | Chimère-660ce29ac2cf781c8e9607a837b9832e1692e156.tar.bz2 Chimère-660ce29ac2cf781c8e9607a837b9832e1692e156.zip | |
Merge branch 'master' into nef
Conflicts:
chimere/admin.py
chimere/forms.py
chimere/models.py
chimere/settings.sample.py
chimere/static/chimere/js/jquery.chimere-ol.js
chimere/templates/chimere/base.html
chimere/templates/chimere/blocks/head_chimere.html
chimere/templates/chimere/blocks/map.html
chimere/templates/chimere/main_map.html
chimere/templatetags/chimere_tags.py
chimere/tests.py
chimere/urls.py
chimere/views.py
chimere/widgets.py
Diffstat (limited to 'docs/fr/install.rst')
| -rw-r--r-- | docs/fr/install.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/fr/install.rst b/docs/fr/install.rst index 2fbd804..2deeeca 100644 --- a/docs/fr/install.rst +++ b/docs/fr/install.rst @@ -16,7 +16,6 @@ Si vous souhaitez installer le paquet Debian prévu pour Wheezy, les dépendance sont gérées par le paquet. Vous pouvez passer à la section suivante de la documentation. - - `Apache <http://www.apache.org/>`_ version 2.x - `Python <http://www.python.org/>`_ versions 2.6 ou 2.7 - `Django <http://www.djangoproject.com/>`_ >= version 1.4 - `South <http://south.aeracode.org/>`_ @@ -52,7 +51,7 @@ La manière la plus simple de satisfaire à ces pré-prequis est de les installe par le biais des dépôts de votre distribution Linux préférée. Par exemple pour Debian Wheezy : :: - apt-get install apache2 python python-django python-django-south \ + apt-get install python python-django python-django-south \ postgresql-9.1 gettext python-psycopg2 python-imaging \ python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \ python-lxml libjs-jquery libjs-jquery-ui python-feedparser \ @@ -63,7 +62,7 @@ Pour Debian Squeeze (il est nécessaire d'activer les backports) : :: apt-get install -t squeeze-backports python-django libjs-jquery - apt-get install apache2 python python-django python-django-south \ + apt-get install python python-django python-django-south \ postgresql-8.4 gettext python-psycopg2 python-imaging \ python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \ python-lxml libjs-jquery libjs-jquery-ui python-feedparser \ @@ -293,7 +292,7 @@ Configuration d'Apache avec mod_wsgi Installez *mod_wsgi* pour Apache : :: - apt-get install libapache2-mod-wsgi + apt-get install apache2 libapache2-mod-wsgi Créez et éditez la configuration de Chimère en fonction de votre installation :: |
