diff --git a/docker/deploy_with_sqlite.sh b/docker/deploy_with_sqlite.sh new file mode 100755 index 0000000000000000000000000000000000000000..61b92ef6177ff93bce593296149bfcc9d22ea79e --- /dev/null +++ b/docker/deploy_with_sqlite.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +/usr/local/bin/python /app/symposion_app/manage.py migrate +/usr/local/bin/python /app/symposion_app/manage.py loaddata /app/symposion_app/fixtures/conference.json /app/symposion_app/fixtures/proposal_base.json /app/symposion_app/fixtures/sites.json /app/symposion_app/fixtures/sitetree.json +exec /usr/local/bin/python /app/symposion_app/manage.py runserver 0.0.0.0:8000