Google Ads

Saturday, February 27, 2010

Ruby Development Quick Start - Part 1

Installing Ruby...

1) Go to BitNami website and download the free package.
note: I will choose RubyStack in this quick start guide.

http://bitnami.org/stack/rubystack#nativeInstaller

2) Run the installer in ubuntu ( you can get it from here)

3) next .. next.. next...

4) You should find the ruby folder in /opt/rubystack-/ruby/bin/

5) Set path in your environment or .bashrc ( if you set path in .bashrc you may need to start a new window in your terminal)

6) verify with >ruby --version

0 comments: