Sha256: d70da3b8c948d89960e1163fc506b044c09aa7f17784ac5111f9e341d2584b2e

Contents?: true

Size: 740 Bytes

Versions: 1

Compression:

Stored size: 740 Bytes

Contents

# 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](http://rubyhitsquad.com/Vlad_the_Deployer.html) plugin for controlling [Unicorn](http://unicorn.bogomips.org/).

## 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](https://github.com/jbarnette/vlad-git), for which this was based on.

## Copyright

Copyright 2011 Vlad contributors, John Dewey (john@dewey.ws)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vlad-unikorn-0.1.0 README.md