phpStudy Linux版&Win版同步上線 支持Apache/Nginx/Tengine/Lighttpd/IIS7/8/6php
phpStudy for Linux 支持Apache/Nginx/Tengine/Lighttpd,
支持php5.2/5.3/5.4/5.5切換
已經在centos-6.5,debian-7.4.,ubuntu-13.10測試成功。mysql
下載版:http://lamp.phpstudy.net/phpstudy.binnginx
完整版:http://lamp.phpstudy.net/phpstudy-all.binsql
安裝:apache
wget -c http://lamp.phpstudy.net/phpstudy.bin
chmod +x phpstudy.bin #權限設置
./phpstudy.bin #運行安裝ubuntu
如何切換php版:vim
假如你先安裝的apache+php5.3
想切換成nginx+php5.4
你就再走一次./phpstudy.bin
可是你會發現有一行是否安裝mysql提示選不安裝
這樣只須要編譯nginx+php5.4
從而節省時間,這樣只須要幾分鐘便可。centos
使用說明:測試
服務進程管理:phpstudy (start|stop|restart|uninstall)
站點主機管理:phpstudy (add|del|list)
ftpd用戶管理:phpstudy ftp (add|del|list)spa
注:添加或刪除過虛擬主機域名,須要從新修改host文件配置,(sudo vim /etc/hosts)
配置文件地址:
apache配置文件:/phpstudy/server/httpd/conf/httpd.confPHP配置文件:/phpstudy/server/php/etc/php.ini打開Mysql控制檯:/phpstudy/mysql/bin/mysql -uroot -p