Update centos.sh

pull/109/head
midoks 3 years ago
parent 893c300008
commit 04b2e23216
  1. 3
      scripts/update/centos.sh

@ -37,6 +37,8 @@ pip3 install pymongo
if [ ! -f /www/server/mdserver-web/bin/activate ];then
cd /www/server/mdserver-web && python3 -m venv .
cd /www/server/mdserver-web && source /www/server/mdserver-web/bin/activate
fi
pip install --upgrade pip
pip3 install -r /www/server/mdserver-web/requirements.txt
pip3 install gunicorn==20.1.0
@ -46,7 +48,6 @@ if [ ! -f /www/server/mdserver-web/bin/activate ];then
pip3 install flask-caching==1.10.1
pip3 install psutil==5.9.1
pip3 install pymongo
fi
if [ -f /etc/init.d/mw ]; then

Loading…
Cancel
Save