]> git.parisson.com Git - mezzo.git/commitdiff
Update doc against the new local_settings.py.sample
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Oct 2018 15:19:17 +0000 (17:19 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Oct 2018 15:19:17 +0000 (17:19 +0200)
README.rst
doc/src/install.rst

index 0fa9650df06d5edb2e35e442ac7ce6e936c6c59a..a141018cf439ccd46c8e81287886bb523ad34cda 100644 (file)
@@ -132,6 +132,13 @@ Our docker composition already bundles some powerful containers and bleeding edg
 For a production environment setup::
 
     cd Mezzo
+
+Copy the local_settings sample::
+
+    cp app/local_settings.py.sample app/local_settings.py
+
+and edit your own local_settings, especially the SECRET_KEY parameter. Then::
+
     bin/prod/up.sh
 
 which builds, (re)creates, starts, and attaches all containers.
@@ -160,7 +167,7 @@ options::
 
 This will install a init script in /etc/init.d. For example, if your app directory is named `mezzanine-organization` then `/etc/init.d/mezzanine-organization` becomes the init script for the OS booting procedure and for you if you need to start the daemon by hand::
 
-    sudo /etc/init.d/Mezzo start
+    sudo /etc/init.d/mezzo start
 
 
 .. _Docker-engine: https://docs.docker.com/installation/
index a8d7da7cf001d553537c3b3cf471116c45ce87c7..f7a171d3725329904eda3372be20e9d7016cb771 100644 (file)
@@ -22,6 +22,13 @@ Our docker composition already bundles some powerful containers and bleeding edg
 For a production environment setup::
 
     cd Mezzo
+
+Copy the local_settings sample::
+
+    cp app/local_settings.py.sample app/local_settings.py
+
+and edit your own local_settings, especially the SECRET_KEY parameter. Then::
+
     bin/prod/up.sh
 
 which builds, (re)creates, starts, and attaches all containers.
@@ -50,7 +57,7 @@ options::
 
 This will install a init script in /etc/init.d. For example, if your app directory is named `mezzanine-organization` then `/etc/init.d/mezzanine-organization` becomes the init script for the OS booting procedure and for you if you need to start the daemon by hand::
 
-    sudo /etc/init.d/Mezzo start
+    sudo /etc/init.d/mezzo start
 
 
 .. _Docker-engine: https://docs.docker.com/installation/