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.
1 parent bd33c6e commit ec5bf0fCopy full SHA for ec5bf0f
openshift/README.md
@@ -1,9 +1,11 @@
1
#Deploying a basic total.js app to OpenShift
2
3
- Create a Node.js application (>= 0.10)
4
- rhc app create <appname> nodejs-0.10
+ `rhc app create <appname> nodejs-0.10`
5
- Add the newly created host to your registry by SSH-ing into it (follow instructions from command line)
6
- Checkout the new application you just created
7
- rhc git-clone <appname>
8
-- Copy the example code here into your new app.
9
-
+ `rhc git-clone <appname>`
+- 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)
+- Commit and push your changes, and test your app at `http://<appname>-<namespace>.rhcloud.com/`
10
+
11
+And that's it!
0 commit comments