]> git.parisson.com Git - telemeta.git/commitdiff
add environ
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 20 Jan 2016 20:04:21 +0000 (21:04 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 20 Jan 2016 20:04:21 +0000 (21:04 +0100)
app/deploy/start_app.sh

index 33da2cf27c405cd7b7c4b70bc6797ecc910e3ee3..7ad90c9025692f7e132a4f39c1f3570ff5b9a89c 100644 (file)
@@ -18,7 +18,7 @@ uid='www-data'
 gid='www-data'
 
 # stating apps
-# pip install redis
+pip install environ
 
 # waiting for other services
 sh $app/deploy/wait.sh
@@ -31,7 +31,7 @@ python $manage collectstatic --noinput
 if [ ! -f $app/.init ]; then
  python $manage telemeta-create-admin-user
  python $manage telemeta-create-boilerplate
- python $manage update_index --workers $processes 
+ python $manage update_index --workers $processes
  touch $app/.init
 fi