2.2.3.2. Installing Required Software


Before installing the OpenShift Enterprise client tools on Ubuntu or other Debian distributions, you must download and install the following software:
  • Ruby: interpreted object-oriented scripting language.
  • RubyGems: Ruby standard for publishing and managing third party libraries.
  • Git: software version control system.
Installing Ruby

From terminal, run the following command to install Ruby:

$ sudo apt-get install ruby-full

Run the following command to verify that Ruby has installed correctly:
$ ruby -e 'puts "Welcome to Ruby"'
Welcome to Ruby
Installing RubyGems

Run the following command to install RubyGems:

$ sudo apt-get install rubygems

Installing Git

Run the following command to install Git version control:

$ sudo apt-get install git-core

After installation completes, run the following command to verify that Git has installed correctly:
$ git --version
git version 1.7.11.1
where the version number returned is the version that was installed.
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.