CentOS7 源码安装nginx+php+mysql+redis--shell脚本
#======== shell script file ============ start_time=`date +%s` #======== shell script start =========== echo "---- CentOS7.x install mysql + php + nginx + redis + phpmyadmin----" sleep 3 cd ~ mkdir download cd download yum -y install wget unzip gcc gcc-c++ make cmake autoconf automake openssl openssl-devel openssl-perl openssl-static zlib zlib-devel pcre pcre-devel ncurses ncurses-devel bison bison-devel curl curl-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel libxml2 libxml2-devel ...



