Sha256: ff306a58e14fbcc2859244aa14bffa3d050db9e865af45483ce586a62c2cac5e
Contents?: true
Size: 968 Bytes
Versions: 2
Compression:
Stored size: 968 Bytes
Contents
# Capup Cap v3 bootup with some fixes. This is a customization from http://www.talkingquickly.co.uk/2014/01/deploying-rails-apps-to-a-vps-with-capistrano-v3/ and forked from https://github.com/TalkingQuickly/capistrano-3-rails-template Opinioned at bundler [ + rails ] + uwsgi ## Installation Add this line to your application's Gemfile: gem 'capup' And then execute: $ bundle Or install it yourself as: $ gem install capup ## Usage Init instead run: `cap install`, you run: `capup install` (install plus/customization!) also has: `capup uninstall` #remove Capfile, config/deploy{,.rb} Put this line into Capfile require 'capup/all' ## Contributing 1. Fork it ( http://github.com/<my-github-username>/capup/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capup-0.0.4 | README.md |
capup-0.0.2 | README.md |