Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
  1. Install XCode The one at Apple Store says (Compatibility: OS X 10.8.4 or later) so you may have to dig up your installation disk to find Xcode compatible with your OS.
    Code Block

    Jason

    Woodward

    (http://www.woodwardjd.com/)

    shares

    this

    link

    about

    how

    to

    find

    old

    version

    of

    XCode:

    http://apple.stackexchange.com/questions/25097/how-can-i-obtain-older-versions-of-xcode

  2. Install the package installer homebrew.
  3. Install the source code control system git.
  4. Install a newer version of Ruby than the one that comes with MacOS. This is a nice tutorial for installing ruby. You'll end up with RVM, XCode, and eventually Ruby version 1.9.2.
  5. Install Capistrano:
    Code Block
    gem install capistrano -v2.15.5
    gem install capistrano-ext