Windows WSL Installation
How to install Linux on Windows with WSL
Those with Windows computers that want to test RAIRprotocol locally will need to install WSL. (Windows Subsystem for Linux)
How to
Open PowerShell or Windows Command Prompt in administrator mode by right-clicking and selecting "Run as administrator" To see a list of available Linux distributions available for download through the online store, enter:
wsl --list --online or wsl -l -o

Install Ubuntu 24.04 LTS using command
wsl --install -d Ubuntu-24.04
Reboot computer
Once the process of installing your Linux distribution with WSL is complete, open the distribution using the Start menu. You will be asked to create a User Name and Password for your Linux distribution.

Ready to install Docker, Docker compose and clone rairprotocol repository

Last updated
Was this helpful?