문제

I'm deploying the starter project https://github.com/DaftMonk/generator-angular-fullstack (the most popular yeoman generator). I've build and served the project on a remote ubuntu 14.01 server using the command:

 grunt serve:dist

Everything works great... until I terminate the ssh session. Has anyone successfully run this generator project as a daemon? Thanks!

도움이 되었습니까?

해결책

You can use nohup.

nohup  grunt serve:dist &

Check nohup man page

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top