Windows环境下手动搭建wnmp开发环境

参考资料

  • http://blog.csdn.net/gsls200808/article/details/49661505\
  • http://jingyan.baidu.com/article/f3ad7d0ffc061a09c3345bf0.html

手动运行步骤

  • 开启PHP FastCGI:php-cgi.exe -b 127.0.0.1:9000-c D:\wnmp\php-5.6.25\php.ini

  • 开启Nginx服务: 双击nginx.exe
  • 进入到bin目录下启动mysql服务:net start mysql(注意没有分号)

你可能感兴趣的:(Windows环境下手动搭建wnmp开发环境)