From 3e1d0657f1b53567dbc1610ccc20ddfb3c1a335b Mon Sep 17 00:00:00 2001 From: Stephen Crosby Date: Fri, 15 Jan 2016 10:00:29 -0800 Subject: [PATCH] remove references to unicorn --- .gitignore | 1 - docs/deployment/capistrano.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbfb620..430bb02 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,6 @@ config/deploy.rb config/deploy config/mongoid.yml config/newrelic.yml -config/unicorn.rb .rvmrc .idea *~ diff --git a/docs/deployment/capistrano.md b/docs/deployment/capistrano.md index 7c60def..796f157 100644 --- a/docs/deployment/capistrano.md +++ b/docs/deployment/capistrano.md @@ -40,7 +40,7 @@ route, just map all requests for /assets/.\* to ## Starting Errbit Errbit comes with some capistrano tasks to manage running Errbit under -unicorn. +puma. To start Errbit, you can run: ```bash bundle exec cap production puma:start -- libgit2 0.21.2