Changes between Version 4 and Version 5 of InstallationGuidelines/OpenShift
- Timestamp:
- 10/17/13 00:44:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/OpenShift
v4 v5 9 9 === Create a new OpenShift app === 10 10 11 ==== Install rhc ==== 12 13 RHC is the OpenShift client tool. The simplest way to install it is to do 14 15 {{{ 16 sudo gem install rhc 17 }}} 11 18 === Deploy the template Web2py app === 12 19