Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setup   
I had a lot of trouble with online recipes not matching the version of Capistrano I had. I settled on Capistrano v2.15.5 since that's what the Blacklight project is using. (capistrano-ext hasn't changed since 2008)
You'll need Ruby, Capistrano, PHP, MySQL, Git, drush, and a server to run the Drupal site. Here's how to setup MacOS.

Install capistrano and capistrano-ext (for the multi-stage feature):

...