Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 575 Bytes

README.org

File metadata and controls

20 lines (13 loc) · 575 Bytes

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