dmurat / installcentos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install RedHat OpenShift Origin in your development box.

Installation

  1. Create a VM as explained in this video by Grant Shipley
  2. Define the domain name, user name and password defined at installation time of Centos7.
# export DOMAIN=mycompany.com
# export USERNAME=gshipley
# export PASSWORD=password
  1. Run the automagic installation script as root:
# curl https://raw.githubusercontent.com/gshipley/installcentos/master/install-openshift.sh | /bin/bash

About


Languages

Language:Shell 62.1%Language:HTML 37.9%