##Openshift pitfall during deployment
###MongoDB address
###Marker Files
By default, openshift will start our nodejs application by running supervisor server.js.
However we might want to do more(like testing, transform) any changed file when starting our application. For example, our scripts field in package.json looks like this.
"scripts": {