pull/109/head
midoks 6 years ago
parent 255bcc2b74
commit 07e1a473c6
  1. 1
      requirements.txt
  2. 2
      scripts/install_centos.sh

@ -1,3 +1,4 @@
wheel
flask flask
flask_session flask_session
flask_socketio flask_socketio

@ -49,7 +49,7 @@ if [ "${isVersion}" == '' ];then
fi fi
yum install -y wget curl unzip zip yum install -y wget curl unzip zip mysql-devel
# if [ ! -d '/www/server/mdserver-web' ];then # if [ ! -d '/www/server/mdserver-web' ];then
wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master wget -O /tmp/master.zip https://codeload.github.com/midoks/mdserver-web/zip/master

Loading…
Cancel
Save