Sha256: 4cc178c1245446f2b0513eba3456eaaa325e5db10fa707eb6e15bfea78babb87
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
= cartage-remote by Kinetic Cafe code :: https://github.com/KineticCafe/cartage-remote/ issues :: https://github.com/KineticCafe/cartage-remote/issues continuous integration :: {<img src="https://travis-ci.org/KineticCafe/cartage-remote.png" />}[https://travis-ci.org/KineticCafe/cartage-remote] == Description cartage-remote is a plug-in for {cartage}[https://github.com/KineticCafe/cartage] to build a package on a remote machine with cartage. Cartage provides a repeatable means to create a package for a Rails application that can be used in deployment with a configuration tool like Ansible, Chef, Puppet, or Salt. The package is created with its dependencies bundled in `vendor/bundle`, so it can be deployed in environments with strict access control rules and without requiring development tool access. == Synopsis # Build a package on a remote machine via SSH. cartage remote == Install Add cartage-remote to your Gemfile: gem 'cartage-remote', '~> 1.1' Or manually install: % gem install cartage-remote == cartage-remote Semantic Versioning cartage-remote uses a {Semantic Versioning}[http://semver.org/] scheme with one change: * When PATCH is zero (+0+), it will be omitted from version references. cartage-remote will generally track cartage for major versions to ensure plugin API compatibility. :include: Contributing.rdoc :include: Licence.rdoc
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cartage-remote-1.1 | README.rdoc |