beginner tutorial

Written by

in

WNMP is a lightweight local development stack for Windows that bundles Windows, Nginx, MariaDB (or MySQL), and PHP. It functions as a high-performance alternative to Apache-based WAMP stacks.

You can set up WNMP using a pre-packaged installer or by installing each component manually for full configuration control. Option 1: The Quick Pre-Packaged Setup

Using a unified pre-packaged tool is the fastest method to deploy WNMP on your machine.

Download the latest installer from the WNMP SourceForge Page. Execute the .exe file and follow the onscreen setup wizard.

Launch the WNMP Control Panel from your desktop or start menu to start, stop, or restart Nginx, MariaDB, and PHP services instantly. Option 2: Manual Installation & Configuration

A manual installation offers deeper insight into server mechanics and gives you complete control over software versions. Step 1: Download & Extract Core Components Create a base directory on your drive, such as C:\wnmp.

Nginx: Download the Windows mainline variant from the Nginx Download Page. Extract it to C:\wnmp\nginx.

PHP: Download a Non-Thread Safe (NTS) version from the PHP for Windows Download Page. Extract it to C:\wnmp\php.

MariaDB: Download the ZIP architecture variant from the MariaDB Foundation. Extract it to C:\wnmp\mariadb. Step 2: Configure PHP Windows, Nginx, MariaDB & PHP(Wnmp) – SourceForge

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *