From 5fd14a464cb628cd03eded59d8ee5e951466feb8 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 12 Mar 2015 18:32:02 +0100 Subject: [PATCH] Docker-compose: update start_app.sh to be able to launch the sandbox from ts-diadems docker --- examples/deploy/start_app.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5