We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Nginx + PHP + MySql + Phalcon on Windows 7 (local machine)

Can any one please describe the full process of installation of nginx, php, mysql and phalcon on windows 7 from scratch. Thanks in advance

Download nginx, download mysql install it, download php, download phalcon, copy it to ext folder, edit php.ini, run php-cgi.exe with proper port. Run mysql. Configure conf file in nginx. Run nginx.

Pretty short but this is all you need. Xampp is already enough but as wrote above i would recommend vagrant or docker.