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 ?

  • Possible duplicates - http://askubuntu.com/questions/48984/best-way-to-install-ruby-1-9-rails-3-postgres-heroku-github-using-rvm - http://askubuntu.com/questions/7654/how-do-i-set-up-ruby-on-rails - http://askubuntu.com/questions/13541/step-by-step-guide-to-install-ruby-on-rails – jrg Jun 13 '12 at 17:51
  • However, if you could join me in chat, we can talk about how to make this one the "master" question. – jrg Jun 13 '12 at 17:52

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.

  • sure but 'terminal window' is really common everywhere I've been – Michael Durrant Jun 13 '12 at 18:15
  • I added more info, I really think logging out and in are basic and if folks don't understand those terms they have some other knowledge needs perhaps they should learn first. They're here because they're using a pc. – Michael Durrant Jun 16 '12 at 12:11
  • I wasn't saying I thought you needed to explain how to log out. I was saying I thought the term "log out and in from the terminal window" is confusing. I think if you just replaced it with "log out and back in" (and even removed the new thing about exit) it would be fine. But it's your call. – Eliah Kagan Jun 16 '12 at 12:23
  • No problem. What I was really alluding to was the fact that you 'only' logged' out from the terminal window. A lot of folks might think log out of the pc and back in, so this was meant to emphasize just the terminal window. – Michael Durrant Jun 28 '12 at 03:41