1

Possible Duplicate:
How do I set up Ruby on Rails?

How can I easily install RVM, ruby 1.9.3, rubygems, passenger and rails all in one go ?

1 Answers1

2

Use this script to do all that in one line:

wget --no-check-certificate https://raw.github.com/joshfng/railsready/master/railsready.sh && bash railsready.sh

At the end, just log out and in from the terminal window (no need to reboot the OS).

So at the $ sign type exit

then start the window up (or start a new remote session that gets you to the $ sign =, i.e. "command line access" (CLI) the same way you did before and log in again.