From 5b7085f7ceabc4194cc0f2a8cbca5611779abef7 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 12 Feb 2018 14:24:11 +0100 Subject: [PATCH] Use overwind instead of hivemind --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72098fa29..ee05fa6d3 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Téléprocédures Simplifiées, ou TPS pour les intimes, est une plateforme 100 ### Développement - Mailcatcher : `gem install mailcatcher` -- Hivemind : - * Mac : `brew install hivemind` - * Linux : voir https://github.com/DarthSim/hivemind#installation +- Overmind : + * Mac : `brew install overmind` + * Linux : voir https://github.com/DarthSim/overmind#installation ### Tests @@ -89,7 +89,7 @@ client_secret: '' ## Lancement de l'application - hivemind + overmind ## Programmation des jobs @@ -117,6 +117,12 @@ Pour exécuter les tests de l'application, plusieurs possibilités : rake spec SPEC=file_path/file_name_spec.rb rspec file_path/file_name_spec.rb +## Debug + +Une fois `overmind` lancé, et un breakpoint `byebug` inséré dans le code, il faut se connecter au process `server` dans un nouveau terminal afin d'intéragir avec byebug : + + overmind connect server + ## Linting - Faire tourner RuboCop : `bundle exec rubocop`