Cleanup ChartMuseum to use v0.16.1
[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 > **"dev"** mode installation can be used to deploy snapshot images of rApp Manager and DME Participant.
19 To initiate the dev mode installation, provide "dev" as an argument when executing the script.
20
21 All the components can be installed as shown below("sudo" is necessary when the user lacks root privileges.),
22
23 ```./install-all.sh``` (or) ```./install-all.sh dev```
24
25 Individual components can be installed using the commands below,
26
27 ```./install-base.sh``` - Installs the tools required for other installer scripts.
28
29 ```./install-acm.sh``` - Installs the ACM, and it's related components.
30
31 ```./install-kserve.sh``` - Installs the Kserve, and it's related components.
32
33 ```./install-nonrtric.sh``` or ```./install-nonrtric.sh dev``` - Installs the NONRTRIC components.
34
35 > **These scripts are specifically designed for a fresh environment.**
36
37 ### Uninstallation
38
39 ```./uninstall-all.sh``` - Uninstalls all the components
40
41
42