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

index e4afba7d16cf6711cac4515a5bd73b53d5892d32..9fdcbc1d0b7172a60c84c556a641af909ec7614b 100644 (file)
@@ -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
index 74c7d09c2076832eed5b381dc0409329ebe95a55..405ccb469901243cb7b36c1078331045d34cc83b 100644 (file)
@@ -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