Red Hat OpenShift Client Install
Red Hat OpenShift Client Install
Documentation
- access.redhat.com/knowledge/docs/OpenShift/
- access.redhat.com/knowledge/docs/OpenShift/Getting_Started_Guide
Windoz Apps & Utilities
OpenShift bash / shell / ssh commands
- $ gem install rhc
- $ rhc setup - (this will automatically set up ssh key for you)
- $ rhc domain show
- $ ssh UUID@MYOPENSHIFTAPPDNSNAME
Note you can get UUID & MYOPENSHIFTAPPDNSNAME from the output of
"rhc domain show"
Add your own domain name to Red Hat OpenShift DNS
- $ rhc app add-alias -a MYAPPNAME --alias "MY.EXAMPLE.COM"
- add a CNAME for MY.EXAMPLE.COM that points to MYOPENSHIFTAPPDNSNAME