Re-enable participant links & checks after first build of i-release docs
[nonrtric/plt/rappmanager.git] / scripts / install / README.md
1 ## Installation of Rapp Manager
2
3 Rapp Manager application requires the following components,
4
5 * ONAP ACM
6 * OSC SME
7
8
9 ### Pre-requisites
10
11 The installation scripts do not handle the required installations listed below.
12
13 * Kubernetes cluster(v1.24.6)
14 * GIT
15
16 ### Installation
17
18 All the components can be installed as shown below,
19 ```
20 ./install-all.sh
21 ```
22
23 Individual components can be installed using the commands below,
24
25 ```./install-base.sh``` - Installs the tools required for other installer scripts.
26
27 ```./install-acm.sh``` - Installs the ACM, and it's related components.
28
29 ```./install-kserve.sh``` - Installs the Kserve, and it's related components.
30
31 ```./install-nonrtric.sh``` - Installs the NONRTRIC components.
32
33 > **These scripts are specifically designed for a fresh environment.**
34
35 ### Uninstallation
36
37 ```./uninstall-all.sh``` - Uninstalls all the components
38
39
40