1
0
Fork 0
deploying-rails-app/slides/setup-a-middleware.md

18 lines
258 B
Markdown
Raw Normal View History

2016-03-08 18:12:31 -05:00
## Setup a Middleware for App
* Update the Gemfile
```
group :production do
2016-03-08 18:35:14 -05:00
gem 'puma'
2016-03-08 18:12:31 -05:00
end
```
* Configure Puma
2016-03-08 18:35:14 -05:00
* puma.rb from [https://goo.gl/f36vHg](https://goo.gl/f36vHg)
2016-03-08 18:12:31 -05:00
note:
Put your speaker notes here.
You can see them pressing 's'.