This all is 100% open source, so if you would like to contribute, feel free to edit this page.
Automated Installation Script
All actions will be executed within the ‘demo-project’ namespace on OpenShift, unless otherwise specified.
Next to that, be aware that the root domain will be different for you, and it will be the root domain of your
OpenShift cluster.
When you would like to have an OpenShift cluster with all integrations configured automatically for you, you can make use of the
script_init_cluster.sh script.
In order to do so, you’ll have to follow these steps:
- Make sure you have a running OpenShift cluster without a project name demo-project, as that’s the one I will be using
(or replace demo-project in this repository).
- Copy and execute the ‘oc login’ command.
- Make a fork of this GitHub repository, so that it is a part
of your repository list (or create a new repository and copy the catalog-info.yaml file over). This file will enable some
Developer Hub/Backstage components on catalog component level (e.g., CI, CD, Kubernetes topology viewer, …).
- Execute script_init_cluster.sh.