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
@@ -9,7 +9,6 @@ config/deploy.rb @@ -9,7 +9,6 @@ config/deploy.rb
9 config/deploy 9 config/deploy
10 config/mongoid.yml 10 config/mongoid.yml
11 config/newrelic.yml 11 config/newrelic.yml
12 -config/unicorn.rb  
13 .rvmrc 12 .rvmrc
14 .idea 13 .idea
15 *~ 14 *~
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