Installing Ruby on Rails the Easy Way
update: There’s an even easier way to get up and running with Ruby on Rails. Try Locomotive.
I created this script to install Ruby on Rails on OS X 10.4. It should also work on Ubuntu or other types of Linux as long as you have Bash.
First, have MySQL and gcc installed.
Then, open the Terminal and use this command:
sudo curl http://kevinchiu.org/ror.sh|bashAfter a few minutes you should see something like this:
Select which gem to install for your platform
1. mysql 2.7.1 (mswin32)
2. mysql 2.7 (ruby)
3. mysql 2.6 (ruby)
4. mysql 2.5.1 (ruby)
5. Cancel installationSelect the option highest on the list that has (ruby) in the description. In this case it’s 2.
Here’s what the script installs:
readline 5.2
ruby 1.8.5
rubygems 0.9.0
rails
fastcgi 2.4.0
ruby-fcgi 0.8.7
pcre 6.7
lighttpd 1.4.11
mysql native bindingsIf you have any problems, leave a comment and I’ll see what I can do.
If this helped you, please Digg it. That way it’s more likely to help others as well.
The script is an updated version of the process found here.
3 Responses to 'Installing Ruby on Rails the Easy Way'
Leave a Reply
You must be logged in to post a comment.
lahey:~ eoe$ curl http://students.washington.edu/kgc/ror.sh
Not Found
Not Found
User “kgc” has no active web publishing services.
ds
2 Nov 07 at 6:53 pm
ds:
Sorry about that. I just graduated and they took down all my web resources. I’ll see what I can do.
Kevin Chiu
2 Nov 07 at 11:02 pm
ds: I’ve copied the script over to a new location, it should work now. I’ve also linked to another easy way to get started with Ruby on Rails - Locomotive.
Kevin Chiu
4 Nov 07 at 8:03 pm