X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=scripts%2Finstall%2FREADME.md;h=3862e1383f05ea7b834213e468c21825883d3e03;hb=refs%2Fchanges%2F62%2F12462%2F2;hp=5f7f3bf6c7c0b73a7a24cd8b126cd8fbd54ad9c5;hpb=acdf2fef66569640282c560d0ee2823b5f26f268;p=nonrtric%2Fplt%2Frappmanager.git diff --git a/scripts/install/README.md b/scripts/install/README.md index 5f7f3bf..3862e13 100755 --- a/scripts/install/README.md +++ b/scripts/install/README.md @@ -15,10 +15,12 @@ The installation scripts do not handle the required installations listed below. ### Installation +> **"dev"** mode installation can be used to deploy snapshot images of rApp Manager and DME Participant. +To initiate the dev mode installation, provide "dev" as an argument when executing the script. + All the components can be installed as shown below, -``` -./install-all.sh -``` + +```./install-all.sh``` (or) ```./install-all.sh dev``` Individual components can be installed using the commands below, @@ -28,7 +30,7 @@ Individual components can be installed using the commands below, ```./install-kserve.sh``` - Installs the Kserve, and it's related components. -```./install-nonrtric.sh``` - Installs the NONRTRIC components. +```./install-nonrtric.sh``` or ```./install-nonrtric.sh dev``` - Installs the NONRTRIC components. > **These scripts are specifically designed for a fresh environment.**