标签:ast zip 服务 unzip 一键 github lamp一键安装 mod tps
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
标签:ast zip 服务 unzip 一键 github lamp一键安装 mod tps
原文地址:http://www.cnblogs.com/lfqcode/p/6166010.html