diff options
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/install.rst | 4 | ||||
-rw-r--r-- | docs/en/upgrade.rst | 2 |
2 files changed, 3 insertions, 3 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 |