]> git.parisson.com Git - timeside.git/commitdiff
add ipython to Dockerfile
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Oct 2014 14:07:52 +0000 (16:07 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Oct 2014 14:07:52 +0000 (16:07 +0200)
Dockerfile
timeside/server/models.py

index afd3beba9a78c1a8573a49a29454d75c0485d181..7c5fea78d9ad33bcd57a6c04ec98e1149f251928 100644 (file)
@@ -19,14 +19,14 @@ maintainer Guillaume Pellerin <yomguy@parisson.com>
 
 add ./deploy/apt-app.list /etc/apt/sources.list.d/
 run apt-get update
-run apt-get install -y build-essential vim
+run apt-get install -y --force-yes build-essential vim
 run apt-get install -y python python-dev python-pip
 run apt-get -y -t wheezy-backports dist-upgrade
-run apt-get install -y --force-yes -t wheezy-backports nginx supervisor python-timeside git python-tables python-django python-traits python-networkx
+run apt-get install -y --force-yes -t wheezy-backports nginx supervisor python-timeside git python-tables python-django python-traits python-networkx ipython
 run apt-get clean
 
 # install uwsgi now because it takes a little while
-run pip install uwsgi
+run pip install uwsgi ipython
 
 # clone app
 add . /opt/TimeSide
index 6fa31ab988290b2d586a8f73fd2b87dc7821a9db..762855e5128f238c289d37325a5c94dac3791b38 100644 (file)
@@ -148,6 +148,9 @@ class Item(DocBaseResource):
         self.lock = lock
         self.save()
 
+    def get_results_path(self):
+        pass
+
 
 class Experience(DocBaseResource):