开发者

Install Ruby on Rails

How do i install Ruby on Rails in my PC ....can someone please let me know the开发者_如何转开发 files to be downloaded and installation procedures.


Go to this page and follow the instructions

http://rubyonrails.org/download


Downloads and instructions for Windows and OS X are available here.


Try these:

Installing ruby - http://digit.lk/ruby_february2009
Installing rails - http://digit.lk/09_april_ruby


  1. Download RubyInstaller 1.8.7 from here. During the installation, check the 'Add Ruby executables to your PATH' box. After the installation, don't forget to restart cmd. Try ruby -v and gem -v to check for installed Ruby and RubyGems and ensure they work;
  2. Install the latest stable Rails release: gem install rails and check it using rails -v;
  3. Create a new application using rails myapp;
  4. cd myapp, run script/server, and develop, develop, develop.


Best way to Install using rvm (ruby version manager)

http://buffercode.in/install-rvm-ruby-and-rails

Or

http://www.rvm.io

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜