Ruby On Rails Installation

--> First download the Ruby from the following website corresponding to your operating system.

http://www.ruby-lang.org/en/downloads/



After clicking on the next button installation proceeds further.

--> Download the ruby gems from the following source.

http://rubyforge.org/frs/?group_id=126

After extracting the zip file run the following command at the command prompt, it will install the rubygems.


--> Install the Rails using the following command.

C:\>gem install rails --include-dependencies



To install the rails with the version use the following command.



--> To check the installed versions type the following commands at the command prompt.

No comments: