Sha256: 334a55c4493a0e0c67e3f50221fe458a2eba2e3003caaf32397a0af5d0b6674e

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# Capistrano::Middleman

Deploy middleman-presentation slides with the help of capistrano 3.
[`capistrano-scm-copy`](https://github.com/wercker/capistrano-scm-copy) was
quite helpful as template for this gem.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'capistrano-middleman-presentation', require: false
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install capistrano-middleman-presentation

## Usage

You just need to change `:scm` to `:middleman_presentation`.

```
set :scm, :middleman_presentation
```

And make sure you've got the following software installed:

Machine running Capistrano:

* Capistrano 3
* tar

Servers:

* mktemp
* tar

## Contributing

1. Fork it ( https://github.com/[my-github-username]/capistrano-middleman-presentation/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 a new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-middleman-presentation-0.0.1 README.md