Skip to content

Commit

Permalink
Merge pull request #1 from santiago26/patch-1
Browse files Browse the repository at this point in the history
New command for deploying from this repo
  • Loading branch information
gfidente committed Jul 1, 2013
2 parents dc49b9b + bf2110e commit 025a3aa
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.creole
Expand Up @@ -8,27 +8,11 @@ To create our new app on OpenShift:

{{{
rhc app create -a hellotornado -t diy-0.1
rhc app create hellotornado -t diy-0.1 --from-code=https://github.com/giulivo/openshift-hellotornado
cd hellotornado
}}}

Add the github repo to the existing one and merge with a command like:

{{{
git remote add upstream git://github.com/giulivo/openshift-hellotornado.git
git pull -X theirs upstream master
}}}

Push the changes OpenShift:

{{{
git push
}}}
Code from the remote repository will be automatically cloned to your current directory.

Go at http://hellotornado-$YOURDOMAIN.rhcloud.com and enjoy!

Expand Down

0 comments on commit 025a3aa

Please sign in to comment.