Teknobingo Recipes

Useful Capistrano recipes

Installation

Gemfile:

gem 'teknobingo-recipes', :git => '[email protected]:teknobingo/teknobingo-recipes.git', :branch => 'master'

To setup the initial Capistrano deploy file, go to your Rails app folder via command line and enter:

capify .

Configuration

In deploy.rb

require 'teknobingo_recipes'
include_recipes :nginx, :rbenv, :passenger