blob: eee9b8fc908a98e8f31aa63e219a2b5bcc888ce5 [file] [log] [blame]
#! /bin/bash
bash /opt/xos/scripts/docker_setup_xos
cd /opt/xos
PUBLIC_HOSTNAME=`./xos-config.py get server_hostname $HOSTNAME`
python manage.py runserver $PUBLIC_HOSTNAME:8000 --insecure