- Download von NGINX (Webserver): http://nginx.org/en/download.html
- NGINX installieren, gem Anleitung: https://www.maketecheasier.com/install-nginx-server-windows/
- Root-Directory in nginx.conf setzen
- nginx.conf in das nginx/config-Directory kopieren
- Starten des NGINX-Servers:
.\nginx.exe -s start** falls Änderungen beim config gemacht wurden, einfach stattstartreloadverwenden - testen der Webseite, Aufruf von localhost (ohne config, sollte Nachricht von Nginx erscheinen, ansonsten die Webseite)
- Installationsdirectory: "C:\Program Files\PHP"
- Kopieren des php.ini in das PHP-Installationsdirectory
- starten des FastCGI-prozesses:
powershell -f start-phpCGI.ps1 - Stoppen des FastCGI-prozesses:
powershell -f stop-phpCGI.ps1
s. https://www.nginx.com/resources/wiki/start/topics/examples/phpfastcgionwindows/
- NGINX starten:
powershell -f .\bin\start-NGINX.ps1 - PHP-cgi starten:
powershell -f .\bin\start-PHPCGI.ps1 - MYSQL Datenbank starten:
powershell -f .\bin\start-MySQL.ps1
alternativ, starte alle mit powershell -f .\start-allServices.ps1
https://dev.mysql.com/doc/refman/8.0/en/windows-installation.html