Skip to content

Instantly share code, notes, and snippets.

@kostysh
Created August 20, 2014 01:46
Show Gist options
  • Save kostysh/3fc46e010e07d1ec1a63 to your computer and use it in GitHub Desktop.
Save kostysh/3fc46e010e07d1ec1a63 to your computer and use it in GitHub Desktop.
Environment for OpenShift development on Ubuntu
# Install Git
# https://gist.github.com/kostysh/1f6f56660ce08e0d4c69
# Install Ruby
sudo apt-get install ruby
# Install OpenShift gem
sudo gem install rhc
# Setup for OpenShift client
rhc setup
# Update OpenShift client
sudo gem update rhc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment