An opinionated Unicorn for Vlad

This plugin simply executes the tasks 'unicorn:start' and 'unicorn:stop' by 'run_rake'. All of which are your responsibility to implement.

Description

A Vlad plugin for controlling Unicorn.

Installation

Bundler

Add the following to your Gemfile.

gem "vlad-unicorn"

Usage

In your rake file do the following:

begin
  require "vlad"
Vlad.load :app => :unicorn
rescue LoadError
  puts $!
end

Credits

John Barnette's vlad-git, for which this was based on.

Copyright 2011 Vlad contributors, John Dewey ([email protected])