Hi!
I need an advice. I can not figure it out, how to use Geddy in production. I have my own server with installed Node.js and Geddy. There are two things I would like to achieve...
First, the node process should be restarted when I change one of the files. Let's say, I made some changes on one of the controllers (on the server). When I save the file, the changes should be immediatly visible on web app. There should be no need for manual restarting the app.
Second, when I log out from the server, my app just died. In other words I need to be loged in the server through the ssh otherwise my app does not work. Is the any options to use Geddy with Forever or can I somehow push the process in "background"?
I was trying with
geddy
and
geddy -e production
without success.
Thanks for help in advance.