Sha256: 8cbe70e02e7f1ca29531838b9bc6b3ddf34367ea1e334afc797c0c319259f5ae

Contents?: true

Size: 786 Bytes

Versions: 3

Compression:

Stored size: 786 Bytes

Contents

# Capistrano::Cake

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'capistrano', '~> 3.0.0'
gem 'capistrano-cake'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install capistrano-cake

## Usage

Require the module in your `Capfile`:

```ruby
require 'capistrano/cake'
```

### Configuration

The gem makes the following configuration variables available (shown with defaults)

```ruby
set :cake_roles, :all
set :cake_console_flags, "--env production"
set :cake_server_user, "www-data"
```

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
capistrano-cake-0.0.5 README.md
capistrano-cake-0.0.4 README.md
capistrano-cake-0.0.2 README.md