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. We'll call the directory you just created $DIR$
  • 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
  • Add a MongoDB 'cartride' in the OpenShift console
  • Install databank-mongodb via SSH on OpenShift [^1]
  • copy the sample configuration file pump.io.json.sample to pump.io.json and

[^1]: One probably needs to install databank-mongodb on OpenShift. This can probably be done by ssh somerandomstrings@yoursubdomain.rhcloud.com (click "WANT TO LOG IN TO YOUR APPLICATION?" in the OpenShift Console) and copy the ssh-command from there. Then we probably need to configure the database somehow.

Clone this wiki locally