No commit activity in last 3 years
No release in over 3 years
Cap recipes we use to deploy our websites.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Error Studio Capistrano Recipes

At Error we like to deploy things with Capistrano. This is a selection of our scripts for deploying:

  • Rails
  • Wordpress (using the Bedrock approach and composer)
  • Static sites

There are some optional parts too:

  • Nginx config with SSL
  • RVM setup
  • Phusion Passenger configuration
  • Cron jobs

# Warning / Disclaimer This is mostly an internal tool - you'll have to spelunk through the code to get a handle on all the options. In due course we'll document everything.

Prerequisites

On the machine you're deploying from, you'll need:

  • Ruby
  • GPG 2 (for decrypting secret SSL keys locally)

License

MIT - see LICENSE.txt