From 3d5f4cdedcec1a42283f0c8d71182c0a7f241b8c Mon Sep 17 00:00:00 2001 From: Andrei Gliga Date: Sat, 19 Dec 2015 11:50:04 +0200 Subject: [PATCH] instructions to get the status or to stop puma --- docs/deployment/capistrano.md | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/docs/deployment/capistrano.md b/docs/deployment/capistrano.md index 9a97e19..96ea90f 100644 --- a/docs/deployment/capistrano.md +++ b/docs/deployment/capistrano.md @@ -46,6 +46,19 @@ To start Errbit, you can run: bundle exec cap production puma:start ``` +## Status of Errbit +To check if the Errbit server is running you can run: +```bash +bundle exec cap production puma:status +``` + +## Stopping Errbit +To stop Errbit run + +```bash +bundle exec cap production puma:stop +``` + Supervising and monitoring Errbit is beyond the scope of this documentation. -- libgit2 0.21.2