]> git.parisson.com Git - timeside-diadems.git/commitdiff
add supervisor example
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Oct 2014 00:00:48 +0000 (02:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 1 Oct 2014 00:00:48 +0000 (02:00 +0200)
README.rst

index 32b26610da61fef0f9fcb8bf36ec3c5afd8a4c95..4c195bd4dec0eacb96525768a40af796f3d740ee 100644 (file)
@@ -442,13 +442,19 @@ Simply pull our dev image and run::
   sudo docker pull yomguy/timeside
   sudo docker run -i -t yomguy/timeside bash
 
+More infos: https://registry.hub.docker.com/u/yomguy/timeside/
+
+To start the web server through the container::
+
+  sudo docker run -p 9000:80 yomguy/timeside supervisord -n
+
+Then browse http://localhost:9000/api/
+
 To start a development process, it is advised to checkout the dev branch::
 
   cd /root/apps/TimeSide
   git checkout dev
 
-More infos: https://registry.hub.docker.com/u/yomguy/timeside/
-
 
 Sponsors and Partners
 =====================