From c9c5a9bcb27bab262cde703ed99d9bf98693a385 Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Sat, 19 Dec 2015 11:47:47 +0200 Subject: [PATCH] run puma:start to start the erbbit --- docs/deployment/capistrano.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/capistrano.md b/docs/deployment/capistrano.md index 7eebce2..9a97e19 100644 --- a/docs/deployment/capistrano.md +++ b/docs/deployment/capistrano.md @@ -43,7 +43,7 @@ Errbit comes with some capistrano tasks to manage running Errbit under unicorn. To start Errbit, you can run: ```bash -bundle exec cap production unicorn:start +bundle exec cap production puma:start ``` Supervising and monitoring Errbit is beyond the scope of this -- libgit2 0.21.2