Skip to content

Commit 025a3aa

Browse files
committed
Merge pull request #1 from santiago26/patch-1
New command for deploying from this repo
2 parents dc49b9b + bf2110e commit 025a3aa

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.creole

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,11 @@ To create our new app on OpenShift:
88

99
{{{
1010
11-
rhc app create -a hellotornado -t diy-0.1
11+
rhc app create hellotornado -t diy-0.1 --from-code=https://github.com/giulivo/openshift-hellotornado
1212
cd hellotornado
13-
14-
}}}
15-
16-
Add the github repo to the existing one and merge with a command like:
17-
18-
{{{
19-
20-
git remote add upstream git://github.com/giulivo/openshift-hellotornado.git
21-
git pull -X theirs upstream master
22-
2313
}}}
2414

25-
Push the changes OpenShift:
26-
27-
{{{
28-
29-
git push
30-
31-
}}}
15+
Code from the remote repository will be automatically cloned to your current directory.
3216

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

0 commit comments

Comments
 (0)