Skip to content
habi edited this page Apr 2, 2013 · 5 revisions
  • Sign up for an account with OpenShift
  • Install the OpenShift Client Tools and run rhc setupto configure them.
  • Add an application on OpenShift by going into the console and adding it there. This should give you a git command line call to do an initial pull/clone from OpenShift.
  • cd into the directory you just generated, and delete everything inside that directory.
  • git commit -a to record these changes.
  • Copy the pump.io repo as a remote git-repo into the folder you just created by issuing git remote add pump https://github.com/e14n/pump.io and git pull pump master
  • Push the repo to Openshift by issuing git push

Clone this wiki locally