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

16 lines
180 B
Markdown
Raw Permalink Normal View History

2016-03-08 21:34:06 -05:00
## Server Middleware (continued)
* Deploy startup files
```
sudo cp puma.conf puma-manager.conf /etc/init
```
* Configure Puma (/etc/puma.conf)
```
/home/app/jokes
```
note: