Unzip the installation location:
C:\Users\Administrator\Desktop\Wnmp
It must be this position. Oh, the config file says it's dead in this fixed position.
If you want to modify:
Modify the following file:
C:\Users\Administrator\Desktop\Wnmp\php5.6\php.ini
C:\Users\Administrator\Desktop\Wnmp\nginx-1.6.1\conf\nginx.conf
C:\Users\Administrator\Desktop\Wnmp\mysql-5.6.17-winx64\my.cnf
There are also script locations that need to be modified:
Mysqlstart.bat MySQL startup script, will not exit cmd after startup, you can see the log of the startup process.
Mysqlstart.vbs MySQL startup script that runs in the background after startup.
Mysqlstop.bat MySQL stop script.
Nginx_start.bat nginx Startup script
Phpstart.vbs PHP to be placed in the background after startup
Php_start.bat PHP Start, startup will open cmd window
Wnmp-start.bat (This seems a bit of a problem, not carefully studied)
MYSQl Kill statement: taskkill/f/im Mysqld.exe
Nginx Kill statement: taskkill/f/im Nginx.exe
PHP Kill statement: taskkill/f/im Php-cgi.exe
Download URL:
Http://pan.baidu.com/s/1pJCzXk3
WNMP Rapid Deployment under Windows