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
- Host: GitHub
- URL: https://github.com/entando/oc_installation_script
- Owner: entando
- Created: 2022-03-19T09:41:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T07:49:57.000Z (over 1 year ago)
- Last Synced: 2025-02-25T08:36:27.834Z (over 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_host_file_win.ps1
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"