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