Skip to content

dayanstef/perfect-server-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Perfect Server (v2) for Windows

Nginx + MySQL + PHP

Components

* Nginx 1.8.1 (Stable) * MySQL Server 5.7.9 (user: root password: password) * PHP 7.0.5 RC1 * Sendmail (fake sendmail for windows) Note: Sendmail is used only for development purpose in order to enable PHP mail() function under Windows.

Requirements

* Windows OS x64 (64bit) Architecture * Tested under Windows 8/8.1/10

Installation

* Download full repository on your C: drive. * Make sure your installation path looks like: C:\servers\perfect-server-v2 and you can find nginx.exe file inside this location * You don't have to change anything, all the paths are already set for this location

Start/Stop Services

* Run (double click) start.bat located in nginx folder in order to start all the services * Run (double click) stop.bat located in nginx folder in order to stop all the services

Possible known errors/warnings

* If you by any chance run to the VCRUNTIME140.dll is missing error while starting the services than you need to navigate to the requirements folder and install vc_redist.x64.exe (Visual C++ Redistributable for Visual Studio 2015)

Original download link from Microsoft can be found: here

License

* The Perfect Server for Windows is available for free (under the GNU GENERAL PUBLIC LICENSE Version 3) * Please respect each component license independently: * Nginx LICENSE * MySQL COPYING * PHP license.txt * Sendmail license.txt