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

https://github.com/entando/oc_installation_script

Automated script to Deploy Entando on Openshift4
https://github.com/entando/oc_installation_script

Last synced: over 1 year ago
JSON representation

Automated script to Deploy Entando on Openshift4

Awesome Lists containing this project

README

          

# Automated Entando Install for demo purpose
Automated script to Deploy Entando on Openshift4

# Requirement
- oc installed
- Logged as amin on openshift

# Steps to launch the scirpt

curl -sLO "https://github.com/entando/oc_installation_script/raw/master/entando_oc_install.sh" && chmod +x ./entando_oc_install.sh && ./entando_oc_install.sh $namespace $appname

es:

curl -sLO "https://github.com/entando/oc_installation_script/raw/master/entando_oc_install.sh" && chmod +x ./entando_oc_install.sh && ./entando_oc_install.sh entando quickstart

That script creates a namespace called "entando" and an appname named "quickstart"

######################################################################################
######################################################################################

# Automated script to Deploy Entando on Kubernetes

# Requirement
- kubectl installed
- Logged as amin on kubernetes

# Steps to launch the scirpt

curl -sLO "https://github.com/entando/oc_installation_script/raw/master/entando-eks-install.sh" && chmod +x ./entando_eks_install.sh && ./entando_oc_install.sh $namespace $appname

es:

curl -sLO "https://github.com/entando/oc_installation_script/raw/master/entando-eks-install.sh" && chmod +x ./entando_eks_install.sh && ./entando_oc_install.sh entando quickstart

That script creates a namespace called "entando" and an appname named "quickstart"