Created
August 20, 2014 01:46
-
-
Save kostysh/3fc46e010e07d1ec1a63 to your computer and use it in GitHub Desktop.
Environment for OpenShift development on Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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