Skip to content

Commit ec5bf0f

Browse files
committed
README cleanup
1 parent bd33c6e commit ec5bf0f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

openshift/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#Deploying a basic total.js app to OpenShift
22

33
- Create a Node.js application (>= 0.10)
4-
rhc app create <appname> nodejs-0.10
4+
`rhc app create <appname> nodejs-0.10`
55
- Add the newly created host to your registry by SSH-ing into it (follow instructions from command line)
66
- Checkout the new application you just created
7-
rhc git-clone <appname>
8-
- Copy the example code here into your new app.
9-
7+
`rhc git-clone <appname>`
8+
- Copy the example code here into your new app. You can delete any extraneous files from the original app (e.g. server.js, index.html, deplist.txt)
9+
- Commit and push your changes, and test your app at `http://<appname>-<namespace>.rhcloud.com/`
10+
11+
And that's it!

0 commit comments

Comments
 (0)