Skip to content

Commit

Permalink
switch to using RailsInstaller for OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Sep 22, 2012
1 parent 3e154ba commit 5ee7583
Showing 1 changed file with 2 additions and 38 deletions.
40 changes: 2 additions & 38 deletions _posts/2012-04-18-install.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -20,47 +20,11 @@ Follow the instructions for your operating system. If you hit into any problems,

## Setup for OS X

**Step 1.** Open Terminal.app. Click the Spotlight (magnifying glass icon in the top right corner), type *Terminal.app* and click the option that appears (Picture 1).

![Spotlight](/images/3.png "Spotlight")

Picture 1

**Step 2.** Now copy and paste this line in the Terminal and press Enter.

{% highlight sh %}
bash < <(curl -s https://raw.github.com/railsgirls/installation-scripts/master/rails-install-osx.sh)
{% endhighlight %}

It should look something like this and finish within a few minutes.

{% highlight sh %}
Downloading Tokaido.app
######################################################################## 100.0%
Setting up Tokaido.app

- - - - - - - - -

Now we are going to print some information to check that everything is done:

,;;;, ,;;;,
;;;' ';' ';;; Should be ruby 1.9.3p194: ruby 1.9.3p194
;;; ;;;
';;, ,;;' Should be Rails 3.2.3: Rails 3.2.3
';;,;;'
';'

- - - - - - - - -

Done!
Please restart your terminal.
{% endhighlight %}

Now if everything went right, you just need to open a new Terminal and you should have a working Ruby on Rails programming setup. Congrats!
Download [RailsInstaller](https://github.com/downloads/railsinstaller/railsinstaller-nix/RailsInstaller-1.0.3-osx-10.7.app.tgz). Double click the downloaded file and it will unpack it into the current directory. Double click the the newly unpacked 'RailsInstaller-1.0.3-osx-10.7.app' and follow the instructions.

You also need a text editor to edit code files. For the workshop we recommend the free code editor Komodo Edit.

* [Download Komodo Edit and install it.](http://www.activestate.com/komodo-edit/downloads)
* [Download the Komodo Edit and install it.](http://www.activestate.com/komodo-edit/downloads)

<hr />

Expand Down

0 comments on commit 5ee7583

Please sign in to comment.