Skip to content

richthegeek/deployment_recipiez

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

Capistrano recipies for deploying / configuring nginx, thin, passenger, database syncing, basecamp integration and node js deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 65.0%
  • HTML 34.7%
  • Shell 0.3%