Pages

Monday, April 30, 2007

Getting Ruby on Rails up and running on Ubuntu Linux


  1. Install RubyGems: sudo apt-get install rubygems

  2. Install Rails: sudo gem install rails --include-dependencies

  3. Download and unzip Eclipse.

  4. Get Ruby Development Tools via Software Update: http://updatesite.rubypeople.org/release

  5. Get RadRails via Softwware Update: http://radrails.sourceforge.net/update


  6. An in-depth tutorial on the use of these tools (using Ruby on Windows) can be found at http://www.oreillynet.com/lpt/a/6998.


Powered by ScribeFire.

No comments:

Post a Comment