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.
- Host: GitHub
- URL: https://github.com/ossystems/ossystems_capistrano_library
- Owner: OSSystems
- License: mit
- Created: 2013-06-04T19:13:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T19:40:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-23T07:12:55.275Z (about 1 year ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 }