From: Guillaume Pellerin Date: Wed, 20 Jan 2016 20:04:21 +0000 (+0100) Subject: add environ X-Git-Tag: 1.6b~7^2~9 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=68eb3df461557fe6f2c78e83e2e5e8993d501797;p=telemeta.git add environ --- diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 33da2cf2..7ad90c90 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -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