This is basically Bedrock Capistrano commit 01a2657 with the addition of some files and settings to make it work with WP-CLI. With some commonly used settings for a multi-site staging server and a shared hosting server (GoDaddy, etc.)
- Create a new folder for the project
- Follow the instructions on the Bedrock page to install the theme
- Copy the files from the this repo over to your project
- Edit your config/deploy/ configs to set the roles/servers and connection options.
- Replace your .gitignore with our example.gitignore
- Then from the root directory run bundle
- And you're good to go!