Project

recipiez

0.01
No commit activity in last 3 years
No release in over 3 years
Capistrano recipies for DB Syncing, Logrotate, Apache, Thin, Basecamp, Activecollab, Monit, NodeJS, Nginx
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Deployment Recipiez

A collection of capistrano recipes for doing a whole host of things to servers.

  • Apache vhosts
  • Logrotate
  • Monit
  • Nginx Vhost
  • Database syncing
  • Rsyncing
  • Chef
  • Php Vhost
  • Thin Setup
  • Node js deployment
  • Foreman Upstart Functionality
  • Golang deployment

Installation

This is released as a gem on rubygems.org.

gem install recipiez

In your capistrano deploy.rb

require 'recipiez/capistrano'

Now you will have access to all the cool recipies that I use on a daily basis.

Bundler

Often even in non-ruby projects I use Bundler when running capistrano. Add this to your Gemfile

gem 'recipiez', :require => false