I\'m having a problem getting a node.js app to run on Openshift.
I\'ve set up my openshift project to pull from a git repo.
My server.listen cal
server.listen
go to Applications > Services, click on your service, click Actions > Edit YAML, In ports sections, change port and targetPort to the port that your nodejs application is running on, in my case it was on port 8000, so i gave like this
port: 8000 protocol: TCP targetPort: 8000