hardyscc / openshift-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Openshift & Gitlab Installation Template

  1. Genetate an install.txt
export DOMAIN=<your domain>
export USER=<user name>
export HTTP_PROXY=<http proxy (only if required)>
export DOLLAR='$'

envsubst < install-template.txt > install.txt
  1. Follow the install.txt to install, enjoy ;)

About