Setting up Cesium on OpenShift

Has anybody set up Cesium on Openshift? I don't understand where the source should be copied.

I haven’t tried Openshift, but I recently added instructions to Patrick’s Cesium Starter App to show how to host an app on Heroku (and also github pages). The Heroku hosting uses Cesium’s node server (server.js). You can probably do something similar for Openshift since from a quick look it also supports node.

This PR shows what was involved to get the starter app working on Heroku.

https://github.com/pjcozzi/cesium-starter-app/pull/1/files

Chris