18 lines
248 B
Markdown
18 lines
248 B
Markdown
|
## Server Middleware (continued)
|
||
|
|
||
|
* Deploy startup files
|
||
|
|
||
|
```
|
||
|
sudo cp puma.conf puma-manager.conf /etc/init
|
||
|
```
|
||
|
|
||
|
* Configure Puma (/etc/puma.conf)
|
||
|
|
||
|
```
|
||
|
/home/app/jokes
|
||
|
```
|
||
|
|
||
|
note:
|
||
|
Put your speaker notes here.
|
||
|
You can see them pressing 's'.
|