From: Guillaume Pellerin Date: Tue, 29 Mar 2016 17:52:53 +0000 (+0200) Subject: comment staging apps after rebuilding (ok) X-Git-Tag: 1.6b~1^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ef091cd5bf201d76ab8f03d5c605cf6752039aff;p=telemeta.git comment staging apps after rebuilding (ok) --- diff --git a/Dockerfile b/Dockerfile index e510900d..c23a4bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,6 @@ RUN mkdir /srv/src/telemeta COPY . /srv/src/telemeta WORKDIR /srv/src/telemeta RUN conda install lxml -RUN pip install --upgrade pip RUN pip install -r requirements.txt RUN pip install -r requirements-dev.txt --src /srv/src diff --git a/app/deploy/app.sh b/app/deploy/app.sh index 6b624e03..ddfba3f7 100644 --- a/app/deploy/app.sh +++ b/app/deploy/app.sh @@ -19,9 +19,7 @@ uid='www-data' gid='www-data' # stating apps -pip install --upgrade pip -pip install -U django==1.6.11 django-environ redis django-angular -pip install -U git+https://github.com/Parisson/saved_searches.git#egg=saved_searches-2.0.0-beta +# pip install django-angular # waiting for other services sh $app/deploy/wait.sh diff --git a/app/deploy/worker.sh b/app/deploy/worker.sh index 5a1139a8..78d23a4e 100644 --- a/app/deploy/worker.sh +++ b/app/deploy/worker.sh @@ -6,7 +6,7 @@ manage=$app'/manage.py' wsgi=$app'/wsgi.py' # stating apps -pip install django-environ redis +# pip install django-environ redis # waiting for other services sh $app/deploy/wait.sh