setup: use overmind to start the application server

This commit is contained in:
Pierre de La Morinerie 2018-09-03 14:23:08 +02:00
parent 18fd99c1f2
commit a89cfe7904

View file

@ -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