From: Guillaume Pellerin Date: Sat, 12 Dec 2015 00:22:07 +0000 (+0100) Subject: cleanup staging apps X-Git-Tag: 1.6b~7^2~39^2~11 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2a08f884b2c179fbefe3d046d3e65975a9543c2b;p=telemeta.git cleanup staging apps --- diff --git a/app/deploy/celery_app.sh b/app/deploy/celery_app.sh index 54215e03..f0a81608 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-haystack elasticsearch +# pip install django-haystack elasticsearch # waiting for other services sh $app/deploy/wait.sh diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index ddc6479b..8bac170b 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -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