pull/109/head
midoks 3 years ago
parent d68f167eb7
commit 40637743ad
  1. 2
      scripts/install/ubuntu.sh
  2. 2
      scripts/update/ubuntu.sh

@ -92,7 +92,7 @@ else
fi
pip3 install gevent flask gunicorn flask_caching flask_session
pip3 install flask_socketio gevent-websocket
pip3 install flask_socketio gevent-websocket psutil
cd /www/server/mdserver-web && ./cli.sh start

@ -32,7 +32,7 @@ else
fi
pip3 install gevent flask gunicorn flask_caching flask_session
pip3 install flask_socketio gevent-websocket
pip3 install flask_socketio gevent-websocket psutil
sh /etc/init.d/mw stop && rm -rf /www/server/mdserver-web/scripts/init.d/mw && rm -rf /etc/init.d/mw

Loading…
Cancel
Save