Update repo URL domain name
[it/dep.git] / ricplt / README.md
1 # RIC Platform Installation
2 ### Directory Structure
3 - appmgr: xApp Manager Helm Chart
4 - common: Common Helm Chart
5 - dbaas: Database as a Service Helm Chart
6 - dist: local helm chart repo store
7 - e2mgr: E2 Termination Manager Helm Chart
8 - e2term: E2 Termination Helm Chart
9 - helm\_reset.sh: script for reseting local helm repo
10 - prepull.sh: scriptr for pre-pulling all RIC platform component docker images
11 - preric: Pre-RIC Helmn Chart (for setting infrastructure resources such as docker registry credential)
12 - ric: RIC Helm Chart
13 - ric\_env.sh: script for setting up various env varibles needed for RIC
14 - ric\_install.sh: RIC "one-click" installation script
15 - ric\_uninstall.sh: RIC uninstallation
16 - rtmgr: Routing Manager Helm Chart
17
18 ### To Install RIC Platform Deployment
19 ```sh
20 $ # set environment variables
21 $ . ./ric_env.sh
22 $ # reset helm and local chart repo
23 $ ./helm_reset.sh
24 $ # install RIC platform
25 $ ./ric_install.sh
26 ```
27
28 ### To Unnstall RIC Platform Deployment
29 ```sh
30 $ # uninstall RIC platform
31 $ ./ric_uninstall.sh
32 ```
33