Skip to main content

Technical

Setting up LAMP server on Windows 10 WSL2

With the inclusion of Linux WSL2 (Windows Subsystem for Linux 2) into windows 10, it has become even easier use your windows system as development station with native Linux tools. One very prominent of these is setting up of LAMP (Linux Apache MySQL PHP) server. Instead of installing other software to help develop on windows, it is certainly advisable to prepare your windows workstation as a LAMP development platform using WSL2.

Here, I am going to explain the process step by step.

First, we have to activate WSL2 on windows 10. Next, we will install apache server.

Subscribe to Technical