init space
Browse files
run.sh
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
service nginx start
|
2 |
-
cd ./gomoku_server_ui/backend && FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001
|
3 |
cd ./gomoku_server_ui/frontend && npm run start
|
|
|
1 |
service nginx start
|
2 |
+
cd ./gomoku_server_ui/backend && nohup FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=1 flask run --port 5001 &
|
3 |
cd ./gomoku_server_ui/frontend && npm run start
|