I have a node app that I'm trying to deploy to Open Shift. It's basic express, pretty much vanilla from the express generator. It runs locally. When I push to OpenShift I get the following error:
503 Service Unavailable
No server is available to handle this request.
Now I'm not surprised there are errors because I've pushed a whole new application on to open shift in one go, but what I want to know is how do I go about finding them?
How do I go about debugging this? How do I crack open the server and see what's going on?