diff options
| -rw-r--r-- | docs/en/install.rst | 4 | ||||
| -rw-r--r-- | docs/en/upgrade.rst | 2 | ||||
| -rw-r--r-- | docs/fr/install.rst | 6 | ||||
| -rw-r--r-- | docs/fr/upgrade.rst | 2 | 
4 files changed, 7 insertions, 7 deletions
diff --git a/docs/en/install.rst b/docs/en/install.rst index 3c2f54b..7ba376b 100644 --- a/docs/en/install.rst +++ b/docs/en/install.rst @@ -276,8 +276,8 @@ Create and edit a configuration for Chimère::      mkdir /var/log/apache2/chimere/      chown www-data /var/log/apache2/chimere/ -Adapt the files *mydjango.wsgi* (with the correct sys path and the correct -module) and Apache *chimere* (with the correct servername and correct paths). +Adapt the files *mydjango.wsgi* (with the correct module) and Apache +*chimere* (with the correct servername and correct paths).  To activate the website, reload apache:: diff --git a/docs/en/upgrade.rst b/docs/en/upgrade.rst index fc8dc0f..ef9d0d1 100644 --- a/docs/en/upgrade.rst +++ b/docs/en/upgrade.rst @@ -254,7 +254,7 @@ Django South is now used to manage database migrations.  .. code-block:: bash      cd $CHIMERE_APP_PATH -    ./manage.py syncdb +    ./manage.py syncdb --noinput      ./manage.py migrate chimere 0001 --fake # fake the database initialisation      ./manage.py migrate chimere diff --git a/docs/fr/install.rst b/docs/fr/install.rst index de41584..da6dd05 100644 --- a/docs/fr/install.rst +++ b/docs/fr/install.rst @@ -285,9 +285,9 @@ Créez et éditez la configuration de Chimère en fonction de votre installation      mkdir /var/log/apache2/chimere/      chown www-data /var/log/apache2/chimere/ -Adaptez les fichiers *mydjango.wsgi* (avec le chemin correct *sys* des -bibliothèques Python de Chimère et le nom correct pour le module) et le fichier -*chimere* de Apache (avec le nom de serveur correct et les chemins corrects). +Adaptez les fichiers *mydjango.wsgi* (avec le nom correct pour le module) et le +fichier *chimere* de Apache (avec le nom de serveur correct et les chemins +corrects).  Pour activer le site web, rechargez Apache : :: diff --git a/docs/fr/upgrade.rst b/docs/fr/upgrade.rst index aab4fb6..b43ccd3 100644 --- a/docs/fr/upgrade.rst +++ b/docs/fr/upgrade.rst @@ -271,7 +271,7 @@ Django South est maintenant utilisé pour les migrations de base de données.  .. code-block:: bash      cd $CHIMERE_APP_PATH -    ./manage.py syncdb +    ./manage.py syncdb --noinput      ./manage.py migrate chimere 0001 --fake # simule l'initialisation de la base                                              # de données      ./manage.py migrate chimere  | 
