]> git.parisson.com Git - telemeta.git/commitdiff
add envs to doc
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 20:44:07 +0000 (22:44 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 8 Jun 2016 20:44:07 +0000 (22:44 +0200)
README.rst
app/scripts/app.sh

index b7ae3f0567c2b08c5757943fc3c3cefd207b2126..f5ae377151dc049304f9f66173395e90e1f6e09b 100644 (file)
@@ -138,7 +138,7 @@ Then clone Telemeta::
 Start it up
 ===========
 
-For a production environment setup::
+For a production environment setup, first read / edit `env/prod.env`, then::
 
      docker-compose up
 
@@ -195,7 +195,7 @@ Development
    :alt: Coverage
 
 
-To start the application in a development environment setup::
+To start the application in a development environment setup, first read / edit `env/debug.env`, then::
 
     cd Telemeta
     git pull
index 46b9b008253c20b786e926ec0133c2b1dc2d0db3..6f07073da4287e3260bdf01f769b509c206fecb9 100644 (file)
@@ -46,11 +46,6 @@ for dir in $(ls $media); do
     fi
 done
 
-# update haystack index in prod
-if [ "$DEBUG" = "False" ]; then
-    python $manage update_index --workers $processes &
-fi
-
 # choose dev or prod mode
 if [ "$1" = "--runserver" ]; then
     python $manage runserver_plus 0.0.0.0:8000