Deploy Wordpress with Capistrano
This code is based off of missiondata's setup: https://github.com/missiondata/capistrano-recipe-wordpress
Add information here...
When running for the first time against a new server, perform the following commands first:
cap deploy:setup
cap deploy:cold
From then on, you can simply run
cap deploy