From a89cfe79040c6b6ac137c15c14852c71e7ac72fd Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Mon, 3 Sep 2018 14:23:08 +0200 Subject: [PATCH] setup: use overmind to start the application server --- bin/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/setup b/bin/setup index 865d2be0a..3b1abf9db 100755 --- a/bin/setup +++ b/bin/setup @@ -36,6 +36,6 @@ chdir APP_ROOT do puts "\n== Removing old logs and tempfiles ==" system! 'bin/rails log:clear tmp:clear' - puts "\n== Restarting application server ==" - system! 'bin/rails restart' + puts "\n== Done ==" + puts "You can now start the application server with `overmind start`." end