Linux

Install Ruby on Rails on Windows. (Linux Subsystem)



How to Install Ruby on Rails on Windows with Linux Ubuntu Subsystem 2024

My own Method
3. Search Turn Windows Features on Or off
4. Virtual Machine platform enabled and Windows Subsystem for Linux and HyperVisor Platform
5. Download Windows Terminal
6. Download Ubuntu 22.04.3 on Microsoft Store1
7. Setup WSL on Windows.
8. Download Ruby on that terminal
9. Download Rails on that terminal.
10. Verify the installation by running `ruby -v` and `rails -v` in the terminal to ensure that Ruby and Rails are successfully installed.
11. Install Git and Node.js.
12. Install VScode, Postgresql, etc. (optional)
13. Should be Good to Go.

Digitalocean guide



source

Related Articles

Leave a Reply

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

Back to top button