From c45ba71a67a2422485109d333acd7a569bf59ce3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 1 Oct 2014 04:11:10 +0200 Subject: [PATCH] Add Dockerfile and deploy conf files --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5