]> git.parisson.com Git - telemeta.git/commitdiff
cleanup staging apps
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 12 Dec 2015 00:22:07 +0000 (01:22 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sat, 12 Dec 2015 00:22:07 +0000 (01:22 +0100)
app/deploy/celery_app.sh
app/deploy/start_app.sh

index 54215e03c867e96bb54a330ce3bbcb34422e7892..f0a81608a5089ee4fa78a033cbf5a979a00e09ca 100644 (file)
@@ -6,7 +6,7 @@ manage=$app'/manage.py'
 wsgi=$app'/wsgi.py'
 
 # stating apps
-pip install django-haystack elasticsearch
+pip install django-haystack elasticsearch
 
 # waiting for other services
 sh $app/deploy/wait.sh
index ddc6479be69e1ea2e741945952e1dc795617e53b..8bac170b761dc145c02b0eef700670ce9931da33 100644 (file)
@@ -7,7 +7,7 @@ wsgi=$app'/wsgi.py'
 static='/opt/static/'
 
 # stating apps
-pip install django-haystack elasticsearch
+pip install django-haystack elasticsearch
 
 # waiting for other services
 sh $app/deploy/wait.sh