We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc49b9b + bf2110e commit 025a3aaCopy full SHA for 025a3aa
README.creole
@@ -8,27 +8,11 @@ To create our new app on OpenShift:
8
9
{{{
10
11
-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
12
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
23
}}}
24
25
-Push the changes OpenShift:
26
27
28
29
-git push
30
31
+Code from the remote repository will be automatically cloned to your current directory.
32
33
Go at http://hellotornado-$YOURDOMAIN.rhcloud.com and enjoy!
34
0 commit comments