Pergunta

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!

Foi útil?

Solução

You can use nohup.

nohup  grunt serve:dist &

Check nohup man page

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top