Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
3a7f511968edf736e08d3b167a0fe81413d0179c
/
.
/
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