1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Merge pull request #503 from mariuz/patch-1

Update README.md
This commit is contained in:
Evan Phoenix 2014-04-12 13:06:23 -07:00
commit 18276fc2c6

View file

@ -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:
config/deploy.rb
Puma has support for Capistrano3 with an [external gem](https://github.com/seuros/capistrano-puma), you just need require that in Gemfile:
```ruby
require 'puma/capistrano'
gem 'capistrano3-puma'
```
And then execute:
```bash
bundle
```
Then add to Capfile
```ruby
require 'capistrano/puma'
```
and then