加入phpmyadmin

pull/117/head
midoks 3 years ago
parent 3721a39796
commit f6ee260bf8
  1. 2
      README.md
  2. 7
      scripts/quick/app.sh

@ -85,7 +85,7 @@ curl -fsSL https://gitee.com/midoks/mdserver-web/raw/master/scripts/update_cn.s
### 通用安装 ### 通用安装
``` ```
curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/quick/app.sh | bash curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/dev/scripts/quick/app.sh | bash
``` ```

@ -41,6 +41,13 @@ else
echo "mysql alreay exist!" echo "mysql alreay exist!"
fi fi
# phpmyadmin
if [ ! -d /www/server/phpmyadmin ];then
cd /www/server/mdserver-web/plugins/phpmyadmin && bash install.sh install 4.4.15
else
echo "phpmyadmin alreay exist!"
fi
endTime=`date +%s` endTime=`date +%s`
((outTime=(${endTime}-${startTime})/60)) ((outTime=(${endTime}-${startTime})/60))
echo -e "Time consumed:\033[32m $outTime \033[0mMinute!" echo -e "Time consumed:\033[32m $outTime \033[0mMinute!"

Loading…
Cancel
Save