Skip to content

Commit

Permalink
Merge pull request #97 from kcollignon/patch-1
Browse files Browse the repository at this point in the history
Update Typo in README
  • Loading branch information
seuros committed Mar 19, 2015
2 parents 5fd95d9 + 98e7d6a commit c8305be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ And then execute:
# Capfile

require 'capistrano/puma'
require 'capistrano/puma/workers' #if you want to control the workers (in cluster mode)
require 'capistrano/puma/jungle' #if you need the jungle tasks
require 'capistrano/puma/monit' #if you need the monit tasks
require 'capistrano/puma/nginx' #if you want to upload a nginx site template
require 'capistrano/puma/workers' # if you want to control the workers (in cluster mode)
require 'capistrano/puma/jungle' # if you need the jungle tasks
require 'capistrano/puma/monit' # if you need the monit tasks
require 'capistrano/puma/nginx' # if you want to upload a nginx site template
```

then you can use ```cap -vT``` to list tasks
```
cap puma:nginx_config # upload a nginx site config(eg. /etc/nginx/site-enabled/)
cap puma:nginx_config # upload a nginx site config(eg. /etc/nginx/sites-enabled/)
cap puma:config # upload puma config(eg. shared/puma.config)
```
you may want to customize these two templates locally before uploading
Expand Down

0 comments on commit c8305be

Please sign in to comment.