Deploy a Meteor application on OpenShift.
rhc app create myopenshiftapp nodejs-0.10 mongodb-2.4 --from-code=https://github.com/skyveri/openshift-meteor-quickstart.git
Make sure you have Meteor installed (see instructions) and do the following:
cd myopenshiftapp
meteor create mymeteorapp
Every time you edit your code, commit the changes:
git add -A
git commit -m "Describe the changes you made"
Make sure all changes have been committed:
git status
Deploy your app on OpenShift:
git push
This QuickStart uses code from these projects:
Meteor.js on OpenShift
Running a custom/latest Node[.js] version on Red Hat's OpenShift PaaS