forked from pump-io/pump.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Openshift
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
gitcommand line call to do an initial pull/clone from OpenShift. We'll call the directory you just created $DIR$ -
cdinto the directory you just generated, and delete everything inside that directory. -
git commit -ato 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.ioandgit pull pump master - Push the repo to Openshift by issuing
git push - Add a MongoDB 'cartride' in the OpenShift console
- Install
databank-mongodbvia 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.