Commit 3e1d0657f1b53567dbc1610ccc20ddfb3c1a335b

Authored by Stephen Crosby
1 parent 4964372e
Exists in master

remove references to unicorn

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
.gitignore
... ... @@ -9,7 +9,6 @@ config/deploy.rb
9 9 config/deploy
10 10 config/mongoid.yml
11 11 config/newrelic.yml
12   -config/unicorn.rb
13 12 .rvmrc
14 13 .idea
15 14 *~
... ...
docs/deployment/capistrano.md
... ... @@ -40,7 +40,7 @@ route, just map all requests for /assets/.\* to
40 40  
41 41 ## Starting Errbit
42 42 Errbit comes with some capistrano tasks to manage running Errbit under
43   -unicorn.
  43 +puma.
44 44 To start Errbit, you can run:
45 45 ```bash
46 46 bundle exec cap production puma:start
... ...