Skip to content

Instantly share code, notes, and snippets.

View SumitMunot's full-sized avatar
🏠
Working from home

Sumit Munot SumitMunot

🏠
Working from home
View GitHub Profile
@SumitMunot
SumitMunot / ruby-rails-installation
Created February 4, 2022 18:42 — forked from Jrakesh/ruby-rails-installation
This lists out all the steps for successful ruby rails installation with dev tools on Windows.
Step-By-Step Installation on Windows Machine:-
Install latest release GIT bash on Windows 64-bit - https://git-scm.com/downloads
Install Sublime Text 3 on Windows - https://www.sublimetext.com/download
Install ruby v2.6.3 on Windows - https://rubyinstaller.org/downloads/archives/
Install MSYS2 for dev tools on Windows and follow the installation steps mentioned here - https://www.msys2.org/
Open Windows CMD and run - `ridk install` > Select Option-3 > After installation of packages > Press Enter
Run on MSYS2 terminal - `pacman -S base-devel mingw-w64-x86_64-toolchain`
Open Windows CMD and run - `ridk exec pacman -S mingw-w64-x86_64-libxslt`
Run on Windows CMD - `gem install nokogiri --platform ruby -- --use-system-libraries`