Setting up a WEMP development server
-
First download and install the latest of:
Run Easy_WEMP-1.13-win32.exe
Uncheck all values when asked to install any of the above packages.
Read
EWEMP-README.txtEdit
ewemp.inifile in install directory, replace with the example one in this repo.Replace values in
ewemp.iniwith values corresponding to the installed packages above.Check out example nginx config to work with php-cgi.
fastcgi.conf&nginx.conf.Edit your nginx config in your nginx installation directory.
Check your
php.iniin your php installation directory. If it doesn't exist, renamephp.ini-productiontophp.iniCheck your
my.iniin your mysql installation directory.Run
Easy WEMPfrom the start menu.Go to http://localhost/index.php to make sure its working.
Voila! A monitored WEMP server.