一.部署LAMP环境
使用秋水逸冰的一键脚本
Github项目主页:https://github.com/teddysun/lamp
yum -y install wget screen git
git clone https://github.com/teddysun/lamp.git
cd lamp
chmod 755 \*.sh
screen -S lamp
./lamp.sh
2018/12/14大约 1 分钟
使用秋水逸冰的一键脚本
Github项目主页:https://github.com/teddysun/lamp
yum -y install wget screen git
git clone https://github.com/teddysun/lamp.git
cd lamp
chmod 755 \*.sh
screen -S lamp
./lamp.sh