Update install_centos.sh

pull/109/head
Mr Chen 6 years ago
parent 77cb4c7def
commit 11cbfb9028
  1. 4
      scripts/install_centos.sh

@ -37,6 +37,10 @@ if [ ! -f '/usr/bin/pip' ];then
fi
if [ ! -d /www/server/lib ]; then
cd /www/server/mdserver-web/scripts && ./lib.sh
fi
pip install -r /www/server/mdserver-web/requirements.txt

Loading…
Cancel
Save