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. -
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