setup: use overmind to start the application server
This commit is contained in:
parent
18fd99c1f2
commit
a89cfe7904
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue