0% found this document useful (0 votes)
70 views10 pages

1.how To Install Ruby

ruby installation guide

Uploaded by

Asif Rehman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views10 pages

1.how To Install Ruby

ruby installation guide

Uploaded by

Asif Rehman
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Ruby on Rails www.edureka.

co/ruby-on-rails

Ruby on Rails Installation Guide


A Guide to set up Ruby on Rails

Brain4ce Education Solutions Pvt. Ltd.

Version 1.0
Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Ruby on Rails Installation Guide


Installation of Ruby on Rails on Windows

Table of Contents
Installation of Ruby.....2
Installation of DevKit and Rails..............................................................................................................5

Installation of SQLite Browser...............................................................................................................9

Brain4ce Education Solutions Pvt. Ltd Page 1


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

1. Installation of Ruby
Step 1.1: Download Ruby from http://rubyinstaller.org/downloads/

Step 1.2: Select Ruby 2.1.6 and download

Brain4ce Education Solutions Pvt. Ltd Page 2


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Step 1.3: Run Ruby 2.1.6

Step 1.4: Select language and Click OK

Step 1.5: Select I accept the License and click Next

Brain4ce Education Solutions Pvt. Ltd Page 3


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Step 1.6: Select the location where you would like to install and check all the checkboxes. Click Install

Step 1.7: Click Finish

Brain4ce Education Solutions Pvt. Ltd Page 4


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Step 1.8: To check if the ruby is properly installed, you can type the ruby v command in command
prompt.

2. Installation of DevKit

Step 2.1: Create a DevKit Folder in C:/Ruby21

Brain4ce Education Solutions Pvt. Ltd Page 5


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Step 2.2: Download the Devkit for Ruby 2.0 and above (x64 64 bits only) if your system is 64-bit else
download the 32 bit version

Step 2.3: Run the DevKit exe

Brain4ce Education Solutions Pvt. Ltd Page 6


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

Step 2.4: Run the command


ruby dk.rb init

ruby dk.rb review

Brain4ce Education Solutions Pvt. Ltd Page 7


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

ruby dk.rb install

Step 2.5: Install rails using the command

gem install rails v 4.1.0

Brain4ce Education Solutions Pvt. Ltd Page 8


Ruby op Rails Installation Guide www.edureka.co/ruby-on-rails

3. Installation of SQlite Browser


Step 3.1: Install the SQlite Browser from the link:
https://code.google.com/p/droidexplorer/downloads/detail?name=sqlitebrowser_200_b1_win.zip&c
an=2&q=

Step 3.2: Click on the sqlitebrowser_200_b1_win.zip and download it and unzip the folder. Run SQLite
Database Browser 2.0 b1 application to create the database.

Brain4ce Education Solutions Pvt. Ltd Page 9

You might also like