Wednesday, September 28, 2011

Install OpenShift Express on Windows 7

Some times ago, we have discussed about how to install Linux app on Windows using Cygwin. For now, we are talking about how to install OpenShift Express on Windows 7. To achieve our goals, we still use the same helper programs, Cygwin.

Follow these instructions:
  1. Download the Ruby here.
  2. Download rubygems here, move to C:\cygwin\home\[USER], run your Cygwin, and extract it using “tar zxf rubygems-xxx.tgz”.
  3. From the Cygwin shell, run “ruby rubygems-xxx/setup.rb”.
  4. Once rubygems is installed the gem command can be used to install the Express client tools. This will also install the dependent gems. Run: "gem install rhc".
For additional reference, you can view the following video tutorial on how to Install OpenShift Express on Windows 7. Hope it useful.

No comments:

Post a Comment