From 6ce89e78bee1be0f8b7c4ddefc0aef7cb5b59c75 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 11 Jun 2022 02:03:45 +0800 Subject: [PATCH] up --- scripts/install/ubuntu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 18b0ee307..d7548bc14 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -91,8 +91,8 @@ else cd /www/server/mdserver-web && pip3 install -r /www/server/mdserver-web/requirements.txt fi -pip3 install gevent flask gunicorn flask_caching flask_session -pip3 install flask_socketio gevent-websocket psutil +# pip3 install gevent flask gunicorn flask_caching flask_session +# pip3 install flask_socketio gevent-websocket psutil cd /www/server/mdserver-web && ./cli.sh start