Rat's Blog

phpStudy:lnmp+lamp一键安装包

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »

说明:基于Linux VPS,在centos-6.5,debian-7.4.,ubuntu-13.10测试成功。

安装

下载版:http://lamp.phpstudy.net/phpstudy.bin
完整版:http://lamp.phpstudy.net/phpstudy-all.bin

wget -c http://lamp.phpstudy.net/phpstudy.bin  #自己选择下载版还是完整版
chmod +x phpstudy.bin
./phpstudy.bin

使用说明

服务进程管理:phpstudy (start|stop|restart|uninstall)
站点主机管理:phpstudy (add|del|list)
ftpd用户管理:phpstudy ftp (add|del|list)

如何切换php版:
假如你先安装的apache+php5.3
想切换成nginx+php5.4
你就再走一次./phpstudy.bin
但是你会发现有一行是否安装mysql提示选不安装
这样只需要编译nginx+php5.4
从而节省时间,这样只需要几分钟即可。

phpStudy官网:http://www.phpstudy.net/