An open API service indexing awesome lists of open source software.

https://github.com/hardyscc/openshift-template


https://github.com/hardyscc/openshift-template

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Openshift & Gitlab Installation Template

1. Genetate an install.txt

```
export DOMAIN=
export USER=
export HTTP_PROXY=
export DOLLAR='$'

envsubst < install-template.txt > install.txt
```

2. Follow the install.txt to install, enjoy ;)