From 68eb3df461557fe6f2c78e83e2e5e8993d501797 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 21:04:21 +0100 Subject: [PATCH] add environ --- app/deploy/start_app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5