Friday, February 24, 2017

RUBY ON RAILS INSTALLATION (WINDOWS 7 x64)

Step 1

Download all the required files below:-
  1. https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.3-x64.exe
  2. https://dl.bintray.com/oneclick/rubyinstaller/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
  3. https://nodejs.org/dist/v6.10.0/node-v6.10.0-x86.msi

Step 2
  1. Install rubyinstaller installer
  2. install devkit
    • create directory c:\devkit
    • extract devkit package into the directory
    • cd to the directory and type “ruby dk.rb init”
    • then type “ruby dk.rb install”
  3. Install nodejs installer

Step 3
  1. Open ruby command prompt (program files)
  2. Type “gem install rails”
  3. Type “gem install bundler”