1545fc84c64b637530d2a8a45480ac5ba19557e9
[laas.git] / web / init.sh
1 #!/bin/bash -e
2 ##############################################################################
3 # Copyright (c) 2018 Trevor Bramwell and others.
4 #
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10 python manage.py migrate && \
11 python manage.py collectstatic --no-input && \
12 gunicorn laas_dashboard.wsgi -b 0.0.0.0:8000