From 23907f0836f61b98d5cffe3eeedc27fd1d1b302e Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 6 Jan 2019 16:21:48 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index ec2e49dd4..057fbeee2 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -28,7 +28,7 @@ yum groupinstall -y "Development Tools" paces="wget python-devel python-imaging zip unzip openssl openssl-devel gcc libxml2 libxml2-dev libxslt* zlib zlib-devel libjpeg-devel libpng-devel libwebp libwebp-devel freetype freetype-devel lsof pcre pcre-devel vixie-cron crontabs" yum -y install $paces yum -y lsof net-tools.x86_64 -yum -y install ncurses-devel +yum -y install ncurses-devel mysql-dev yum -y install epel-release python-pip python-devel pip install --upgrade pip pip install -r /www/server/mdserver-web/requirements.txt