From: Thomas Fillon Date: Thu, 12 Mar 2015 17:32:02 +0000 (+0100) Subject: Docker-compose: update start_app.sh to be able to launch the sandbox from ts-diadems... X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=5fd14a464cb628cd03eded59d8ee5e951466feb8;p=timeside.git Docker-compose: update start_app.sh to be able to launch the sandbox from ts-diadems docker --- diff --git a/examples/deploy/start_app.sh b/examples/deploy/start_app.sh index f977fd2..79c34f8 100644 --- a/examples/deploy/start_app.sh +++ b/examples/deploy/start_app.sh @@ -7,6 +7,10 @@ manage=$sandbox_dir'manage.py' wsgi=$sandbox_dir'wsgi.py' app_static_dir=$app_dir'timeside/player/static/' +# Copy Sandbox in /home/timeside +#  this is not needed for TimeSide but for Timeside-diadems +cp -uR /opt/TimeSide/examples/sandbox/* /home/timeside/ + # django init python $manage syncdb --noinput python $manage migrate --noinput