1 ## Installation of Rapp Manager
3 Rapp Manager application requires the following components,
11 The installation scripts do not handle the required installations listed below.
13 * Kubernetes cluster(v1.24.6)
18 All the components can be installed as shown below,
23 Individual components can be installed using the commands below,
25 ```./install-base.sh``` - Installs the tools required for other installer scripts.
27 ```./install-acm.sh``` - Installs the ACM, and it's related components.
29 ```./install-kserve.sh``` - Installs the Kserve, and it's related components.
31 ```./install-nonrtric.sh``` - Installs the NONRTRIC components.
33 > **These scripts are specifically designed for a fresh environment.**
37 ```./uninstall-all.sh``` - Uninstalls all the components