From 280be78a03391ae134bd4b009c648f8217d01bcb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 29 Jan 2013 20:14:49 +0100 Subject: Minor update on documentation --- docs/en/install.rst | 4 ++-- docs/en/upgrade.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/en') 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 -- cgit v1.2.3