对我这种Linux小菜鸡来说,集成环境是最好的选择。
一,
下载
wget --no-check-certificate https://github.com/teddysun/lamp-yum/archive/master.zip -O lamp-yum.zip
解压
unzip lamp-yum.zip
赋权限
cd lamp-yum-master/
chmod +x *.sh
二,
下载集成环境
./lamp.sh 2>&1 | tee lamp.log
三,
各种YES。
四,
选一下数据库类型,设置一下密码。
五,
选择php版本。
六,
将网站FTP到/data/www/default
这样就可以了。