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