Sha256: 17b744329aec8b5d9ebde65b4eea6b2ecf7dce82b6d21d78770c6eb0216798ed

Contents?: true

Size: 872 Bytes

Versions: 3

Compression:

Stored size: 872 Bytes

Contents

# dlss-capistrano

This gem contains classes that deal with the Capistrano deployment of SUL DLSS Ruby projects.

## Capfile assumptions

This gem makes the following assumptions about your Ruby project

- You are using Capistrano 3+
- You use git for source control
- The server you deploy to uses rvm, it is installed systemwide, and is the default system ruby
- You do not have an .rvmrc checked into git (should be in your .gitignore)
- You will not use rvm gemsets on the server you deploy to
- Bundler will install specified gems into {your_project_home}/shared/bundle directory
- You have a VERSION file that contains an x.y.z version number. This will get passed to the DLSS release board
- Will deploy from the master branch, unless you set :branch to another branch or tag


== Copyright

Copyright (c) 2015 Stanford University Library. See LICENSE for details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dlss-capistrano-3.4.0 README.md
dlss-capistrano-3.3.0 README.md
dlss-capistrano-3.2.0 README.md