From: Guillaume Pellerin Date: Wed, 1 Oct 2014 02:11:10 +0000 (+0200) Subject: Add Dockerfile and deploy conf files X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c45ba71a67a2422485109d333acd7a569bf59ce3;p=timeside-diadems.git Add Dockerfile and deploy conf files --- diff --git a/README.rst b/README.rst index 4c195bd..f1dd895 100644 --- a/README.rst +++ b/README.rst @@ -450,10 +450,11 @@ To start the web server through the container:: Then browse http://localhost:9000/api/ -To start a development process, it is advised to checkout the dev branch:: +To start a new development, it is advised to checkout the dev branch and build your own container:: - cd /root/apps/TimeSide + cd TimeSide git checkout dev + sudo docker build . Sponsors and Partners