From 3b0dd7887db3057364b58d4e8c150d32f3201ca9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 20 Jan 2016 21:43:07 +0100 Subject: [PATCH] add redis in stagin modules --- app/deploy/celery_app.sh | 2 +- app/deploy/start_app.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/deploy/celery_app.sh b/app/deploy/celery_app.sh index e4afba7d..9fdcbc1d 100644 --- a/app/deploy/celery_app.sh +++ b/app/deploy/celery_app.sh @@ -6,7 +6,7 @@ manage=$app'/manage.py' wsgi=$app'/wsgi.py' # stating apps -pip install django-environ +pip install django-environ redis # waiting for other services sh $app/deploy/wait.sh diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 74c7d09c..405ccb46 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 django-environ +pip install django-environ redis # waiting for other services sh $app/deploy/wait.sh -- 2.39.5