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 =="
|
puts "\n== Removing old logs and tempfiles =="
|
||||||
system! 'bin/rails log:clear tmp:clear'
|
system! 'bin/rails log:clear tmp:clear'
|
||||||
|
|
||||||
puts "\n== Restarting application server =="
|
puts "\n== Done =="
|
||||||
system! 'bin/rails restart'
|
puts "You can now start the application server with `overmind start`."
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue