]> git.parisson.com Git - telemeta.git/commitdiff
comment staging apps after rebuilding (ok)
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 17:52:53 +0000 (19:52 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Mar 2016 17:52:53 +0000 (19:52 +0200)
Dockerfile
app/deploy/app.sh
app/deploy/worker.sh

index e510900dab6f51c2b9d1994614dd1c4c3becf7da..c23a4bbb1d3620a97d259e446be81f0139d6ba73 100644 (file)
@@ -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
 
index 6b624e03091db16cc5e12851c0b6c6779e7cc605..ddfba3f749bfc928b827b3dc9135b627695e8847 100644 (file)
@@ -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
index 5a1139a838ed7c5067e8d8183ac50fde1abf9195..78d23a4e9d44b502a2afdb5696315af983e9497e 100644 (file)
@@ -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