VestaCP
WDCP
https://lamp.sh/
1 yum -y install wget screen unzip // for CentOS
apt-get -y install wget screen unzip // for Debian/Ubuntu
2 下载、解压、赋予执行权限
wget -O lamp.zip https://github.com/teddysun/lamp/archive/master.zip
unzip lamp.zip
cd lamp-master/
chmod +x *.sh
3 安装 LAMP 一键安装包
screen -S lamp
. /lamp.sh
wordpress安装教程
http://www.tuicool.com/articles/jimeaaf