- HOME
- //Create App
- rhc app create twt python-2.6
- //Add MongoDB NoSQL Database
- rhc cartridge add mongodb-2.0 -a twt
- //Add Upstream Repo
- cd twt git remote add upstream -m master git://github.com/openshift/openshift-twt-mongo-demo.git
- git pull -s recursive -X theirs upstream master
- //Push Repo
- git push
- //Enjoy! http://twt-$yourlogin.rhcloud.com