From bfa4d5f1f710e5b734f06632387ebf8b9fcfedb1 Mon Sep 17 00:00:00 2001 From: upc-yic Date: Mon, 4 Dec 2023 08:56:52 +0000 Subject: [PATCH] =?UTF-8?q?update=20dubhe-visual-server/start=5Fserver.sh.?= =?UTF-8?q?=20linux=E7=8E=AF=E5=A2=83=E4=B8=8B=E4=BC=9A=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: upc-yic --- dubhe-visual-server/start_server.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dubhe-visual-server/start_server.sh b/dubhe-visual-server/start_server.sh index b6a68aa..9f4ef9b 100644 --- a/dubhe-visual-server/start_server.sh +++ b/dubhe-visual-server/start_server.sh @@ -1,16 +1,12 @@ #!/bin/bash - DIRNAME=$(pwd) - cd backend nohup python main.py --port 9898 > django.log 2>&1 & echo 'http 服务启动' - cd ../parser_service nohup python master.py >parser.log 2>&1 & echo 'parser 服务启动' - cd ../service_utils nohup python monitor.py >monitor.log 2>&1 & echo 'monitor 服务启动' -tail -f /home/dubhe-visual-server-v2/backend/django.log +tail -f /home/dubhe-visual-server-v2/backend/django.log \ No newline at end of file -- Gitee