*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Your Development Environment
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 Ruby, Capistrano, PHP, MySQL, Git, drush, and a server to run the Drupal site.
...
| Code Block |
|---|
gem install capistrano -v 2.15.5
gem install capistrano-ext -v 2.15.5
|
Local Directory
Your development/site building happens here. It could be on a development machine also.
...