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//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