tianyun 3 mēneši atpakaļ
vecāks
revīzija
b656993d79
2 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 1 0
      chat-room/start.sh
  2. 2 0
      chat-room/templates/requirements.txt

+ 1 - 0
chat-room/start.sh

@@ -0,0 +1 @@
+nohup python -u main.py --name chatroom &

+ 2 - 0
chat-room/templates/requirements.txt

@@ -0,0 +1,2 @@
+flask
+flask_socketio