Install Nginx, PHP, PHP-FPM and MySQL on Cygwin

August 21, 2011 by admin · Leave a Comment 

Here is a excellent tutorial show you how to Install Nginx, PHP, PHP-FPM and MySQL on Cygwin:

Are you using Nginx, PHP, PHP-FPM and MySQL on your Linux servers? Are you totally in love with this setup? I do! But, as a Web developer, I also need a local Web server on my Windows machine for testing. So far, I’ve always been using the standard “WAMP” setup: Windows, Apache, MySQL, PHP. Why couldn’t I run Nginx and PHP-FPM on my Windows machine as well? Today, I will teach you how to achieve it so you can really say goodbye to Apache!

This post covers the installation and configuration of the following products:

- MySQL Win32 (server and client)
- Cygwin
- Nginx under Cygwin
- MySQL (client only) under Cygwin
- PHP and PHP-FPM under Cygwin

Nginx PHP Memcached MySQL for Windows

June 23, 2011 by admin · Leave a Comment 

Here is a good tutorial show you about Nginx PHP Memcached MySQL for Windows:

I wanted a complete, fast, easy-to-use web server that you could put anywhere and run from anything. My flash drive, HD, CD, etc.. and from this desire the WNMP web sever project was born.

Install WEMP (Windows, NGINX, MySQL and PHP)

June 23, 2011 by admin · Leave a Comment 

Here is a good tutorial show you how to Install WEMP (Windows, NGINX, MySQL and PHP):

WAMP system by far is the most popular server for desktop computers. It takes advantage of Windows, Apache, MySQL and PHP which are also used in production environment, but more commonly run in Linux and UNIX setup.

While Apache is able to adopt to almost every situation, it is not ideal for servers with lower memory. Desktop computers needs extra memory because the owners still run various applications on top of those workstations.

With this problem, WEMP now came up as an alternative solution wich results in a faster and more responsive windows server.

Install Nginx, PHP, PHP-FPM and MySQL on Windows with Cygwin

June 23, 2011 by admin · Leave a Comment 

Here is a good tutorial show you how to Install Nginx, PHP, PHP-FPM and MySQL on Windows with Cygwin:

Table of contents

1 – Getting the needed files
2 – Installing MySQL Win32 (server and client)
3 – Installing Cygwin
4 – Installing Nginx under Cygwin
5 – Installing MySQL (client only) under Cygwin
6 – Installing PHP and PHP-FPM under Cygwin
7 – Creating Windows services
8 – Using your new installation
Conclusion
Resources
Annex 1 – Simple benchmark