As the title suggested, I\'ve been playing around deploying apps with Amazons new OpsWorks management system, however I haven\'t been able to figure out how to get the node serv
The amount of time I spent on this is embarrassing, but I will share anyway in hopes of saving other people the hours of their lives that would otherwise be stolen by Amazon.
process.env
method of choosing your port number, change your listening port to 80 (or 443 if appropriate).main
file is. Rename it server.js
and have it in the root directory of your application. That is the file that monit tries to run.Hopefully that helps. If it doesn't, or if all of that is obvious, I apologize for my silliness and blame lack of sleep. :)