bypotatoes / capistrano-unicorn-monit

Configure Monit for Unicorn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capistrano::Unicorn::Monit

Monit config for unicorn for deployment with capistrano

Installation

Add this line to your application's Gemfile: group: :development do gem 'capistrano-unicorn-monit', github: 'bypotatoes/capistrano-unicorn-monit' end

And then execute:

$ bundle

Usage

    # Capfile

    require 'capistrano/unicorn/monit'

Contributing

  1. Fork it
  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

Thanks

I was inpired with the 'capistrano/sidekiq/monit' part of capistrano-sidekiq gem.

License

MIT

About

Configure Monit for Unicorn


Languages

Language:Ruby 74.1%Language:HTML 25.9%