Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aneasystone/php-pde

PHP Portable develop enviroment
https://github.com/aneasystone/php-pde

Last synced: 1 day ago
JSON representation

PHP Portable develop enviroment

Awesome Lists containing this project

README

        

PHP-PDE - PHP Portable Develop Environment
===============================================================
绿色版PHP开发环境,直接运行脚本文件即可开发和运行PHP网站,支持Apache和Nginx两大Web服务器。

Current Package contains:
-------------------------
- [php-5.6.9](http://windows.php.net/download)
- [Apache-2.4](http://www.apachelounge.com/download/)
- [nginx-1.9.0](http://nginx.org/en/download.html)
- [fnr.exe](http://findandreplace.codeplex.com/)
- [RunHiddenConsole.exe](http://redmine.lighttpd.net/attachments/660/RunHiddenConsole.zip)

Usage:
-----------------------
- 启动Apache:start apache.bat
- 启动Nginx:start nginx.bat
- 停止Apache:stop apache.bat
- 停止Nginx:stop nginx.bat

Remarks:
-----------------------
- Apache对应的www目录为:~~webserver\Apache-2.4\htdocs~~
- www目录需要手工设置:DOCROOT
- 注意修改PDEROOT、APACHEROOT、PHPROOT两个变量对应你的开发环境
- Nginx对应的www目录为:webserver\nginx-1.9.0\html
- 注意修改PDEROOT、APACHEROOT、PHPROOT两个变量对应你的开发环境