From: Guillaume Pellerin Date: Wed, 1 Oct 2014 00:00:48 +0000 (+0200) Subject: add supervisor example X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0e1fbccfd7e1bb93bc933fbacfcb20dff873025a;p=timeside-diadems.git add supervisor example --- diff --git a/README.rst b/README.rst index 32b2661..4c195bd 100644 --- a/README.rst +++ b/README.rst @@ -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 =====================