diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-01-29 20:14:49 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-01-29 20:14:49 +0100 |
commit | 280be78a03391ae134bd4b009c648f8217d01bcb (patch) | |
tree | 89688baf871d9c4eba2805313277cab9c29e252c /docs/en | |
parent | 6dfdd497b131db114c6fc26dd0bbfb657e44d8c5 (diff) | |
download | Chimère-280be78a03391ae134bd4b009c648f8217d01bcb.tar.bz2 Chimère-280be78a03391ae134bd4b009c648f8217d01bcb.zip |
Minor update on documentation
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 |