This guide shows how to install, configure and manage a WordPress site with WordOps and WSL2 in Windows 10.
WordOps:
WordOps is a management tool for WordPress on the LEMP stack(Linux with Nginx, MySQL/MariaDB, and PHP). It simplifies WordPress deployment by automating the installation and configuration of various dependencies.
WSL2:
With WSL(Windows Subsystem for Linux), Microsoft enables you to run Linux distros directly on Windows 10 without using any Virtual machine platforms(VMWare, VirtualBox..). In this tutorial, “Ubuntu” distro is used for the development environment. It is assumed you have already WSL2 setup on Windows 10.