diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 6 | ||||
-rw-r--r-- | docs/upgrade.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index 427e163..2f66879 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,11 +5,11 @@ Chimère installation ==================== :Author: Étienne Loks -:date: 2012-03-09 +:date: 2012-08-03 :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. +The version has been updated for installation of version 2.0-RC3. ----------------- Base installation @@ -23,7 +23,7 @@ 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.4 - `south <http://south.aeracode.org/>`_ - `postgres <http://www.postgresql.org/>`_ >= version 8.x - `gettext <http://www.gnu.org/software/gettext/>`_ diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 8d0aefb..2b87cd3 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -74,7 +74,7 @@ initialized. CHIMERE_PATH=/srv/chimere CHIMERE_TAG=v1.2.0 # version 1.1 -> 1.2 - CHIMERE_TAG=v2.0-RC2 # version 1.2 -> 2.0 + CHIMERE_TAG=v2.0-RC3 # version 1.2 -> 2.0 CHIMERE_TAG=master # version 2.0 -> master CHIMERE_LOCALNAME=mychimere |