Revel Go Framework | restart application

Our dashboard is developed with Revel, a web framework for the Go language.

When we have to restart the application in production, we run these two commands:

kill `sudo lsof -t -i:9000`
nohup revel run dashboard prod

 

Leave a Comment

Your email address will not be published. Required fields are marked *