Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aneasystone/php-pde
- Owner: aneasystone
- Created: 2015-05-18T09:29:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-10T03:56:21.000Z (over 9 years ago)
- Last Synced: 2024-11-19T09:21:09.570Z (2 months ago)
- Language: Batchfile
- Size: 250 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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两个变量对应你的开发环境