railsgirls / guides.railsgirls.com

Rails Girls Guides
https://guides.railsgirls.com/
Other
6.43k stars 733 forks source link

Windows Installation Via Bash on Ubuntu (Linux Subsystem for Windows) #394

Open MuhammetDilmac opened 5 years ago

MuhammetDilmac commented 5 years ago

When trying current installation document under windows. You get some errors. Some example;

Character set, Make command not found(via native extensions for example actioncable(nio4r), byebug, etc.).

Bash on ubuntu is windows 10 development features(The best solution for coding rails and ruby on the microsoft platform in my opinion) .

Check it out; https://gorails.com/setup/windows/10

If suggestion is approved i update the installation document :)

cappert commented 5 years ago

Hello Muhammet,

Do you know how much disk space you need to install Ubuntu in this way? I ask because during workshops I'm seen some Windows computers with very low disk capacity (like Surface).

pinzonjulian commented 1 month ago

Hey!

We're just running a Rails Girls session in Melbourne, Australia under the Ruby Australia organisation and we found the current installation instructions on Windows can generate a a lot of confusion for attendees. We spent all morning trying to get people's computers up and running, taking time away from the workshop. In comparison, people using Mac laptops were ready in a matter of minutes. Most mentors use either Mac or Linux so helping out was not as easy.

Using something like WSL would help the process not only be easier for attendees (all done via apt and in the terminal) but also for mentors helping out who don't have direct experience with Windows.

Some inspiration to update this guide can come from GoRails' guide: https://gorails.com/setup/windows/11