Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
ce91522623b5205b93c69a136158de88764e5c27
/
.
/
xos
/
tools
/
docker_start_xos
blob: 3b82e7176dc9e96492471a4ff953febe653b718c [
file
] [
log
] [
blame
]
#! /bin/bash
bash
/
opt
/
xos
/
tools
/
docker_setup_xos
cd
/
opt
/
xos
PUBLIC_HOSTNAME
=
"0.0.0.0"
python manage
.
py runserver $PUBLIC_HOSTNAME
:
8000
--
insecure