An open API service indexing awesome lists of open source software.

https://github.com/ossystems/ossystems_capistrano_library

A collection of recipes used by O.S. Systems to deploy Rails projects.
https://github.com/ossystems/ossystems_capistrano_library

Last synced: about 1 year ago
JSON representation

A collection of recipes used by O.S. Systems to deploy Rails projects.

Awesome Lists containing this project

README

          

# OssystemsCapistranoLibrary

A collection of recipes used by O.S. Systems to deploy Rails projects.

## Installation

Add this line to your application's Gemfile:

gem 'ossystems_capistrano_library', :github => 'OSSystems/ossystems_capistrano_library'

And then execute:

$ bundle

## Usage

Replace your Capfile to:

%w( rubygems ossystems_capistrano_library ).each { |lib| require lib }