*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
- 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.
- Install the package installer homebrew.
- Install the source code control system git.
- 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.
- Install Capistrano:
gem install capistrano -v2.15.5 gem install capistrano-ext