1、安装LAMP环境(PHP7.0)
apt-get -y install wget screen git
git clone https://github.com/teddysun/lamp.git
cd lamp
chmod +x *.sh
screen -S lamp
./lamp.sh
2、安装FTP
sudo apt install vsftpd
vim /etc/vsftpd.conf
打开 write_enable=YES
3、配置环境
修改php.ini把 disable_functions(禁用函数列表)这行里的 proc_open,proc_get_state 函数删除,然后重启 PHP 服务。
sudo chown -R apache:apache /data/www/default/
sudo chmod -R 775 /data/www/default/
4、安装
上传zip到空间下
进入phpmyadmin,创建一个数据库
进入网页进行安装
网友评论