Commit 3e1d0657f1b53567dbc1610ccc20ddfb3c1a335b
1 parent
4964372e
Exists in
master
remove references to unicorn
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
.gitignore
docs/deployment/capistrano.md
@@ -40,7 +40,7 @@ route, just map all requests for /assets/.\* to | @@ -40,7 +40,7 @@ route, just map all requests for /assets/.\* to | ||
40 | 40 | ||
41 | ## Starting Errbit | 41 | ## Starting Errbit |
42 | Errbit comes with some capistrano tasks to manage running Errbit under | 42 | Errbit comes with some capistrano tasks to manage running Errbit under |
43 | -unicorn. | 43 | +puma. |
44 | To start Errbit, you can run: | 44 | To start Errbit, you can run: |
45 | ```bash | 45 | ```bash |
46 | bundle exec cap production puma:start | 46 | bundle exec cap production puma:start |