Commit c9c5a9bcb27bab262cde703ed99d9bf98693a385

Authored by Andrei Gliga
1 parent 3dc16fb5
Exists in master

run puma:start to start the erbbit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docs/deployment/capistrano.md
@@ -43,7 +43,7 @@ Errbit comes with some capistrano tasks to manage running Errbit under @@ -43,7 +43,7 @@ Errbit comes with some capistrano tasks to manage running Errbit under
43 unicorn. 43 unicorn.
44 To start Errbit, you can run: 44 To start Errbit, you can run:
45 ```bash 45 ```bash
46 -bundle exec cap production unicorn:start 46 +bundle exec cap production puma:start
47 ``` 47 ```
48 48
49 Supervising and monitoring Errbit is beyond the scope of this 49 Supervising and monitoring Errbit is beyond the scope of this