Skip to content

Commit

Permalink
Merge pull request #503 from mariuz/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
evanphx committed Apr 12, 2014
2 parents e97c3d4 + 2847fdb commit 18276fc
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Expand Up @@ -211,12 +211,21 @@ If you want an easy way to manage multiple scripts at once check [tools/jungle](

## Capistrano deployment

Puma has included Capistrano [deploy script](https://github.com/puma/puma/blob/master/lib/puma/capistrano.rb), you just need require that:
Puma has support for Capistrano3 with an [external gem](https://github.com/seuros/capistrano-puma), you just need require that in Gemfile:

config/deploy.rb
```ruby
gem 'capistrano3-puma'
```
And then execute:

```bash
bundle
```

Then add to Capfile

```ruby
require 'puma/capistrano'
require 'capistrano/puma'
```

and then
Expand Down

0 comments on commit 18276fc

Please sign in to comment.