Skip to content
Snippets Groups Projects
command.dev.sh 231 B
Newer Older
Vincent Mazenod's avatar
Vincent Mazenod committed
git submodule init
git submodule update --recursive --remote
Vincent Mazenod's avatar
Vincent Mazenod committed
sed -i 's/\$port &/\$port/g' ./develop_server.sh
chmod +x develop_server.sh
export PATH=/root/.local/bin:$PATH
export PY='/usr/bin/python3'
./develop_server.sh start 8000