Add local chartmuseum installation instructions 36/15136/2
authoraravind.est <aravindhan.a@est.tech>
Thu, 9 Oct 2025 16:02:02 +0000 (17:02 +0100)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Wed, 15 Oct 2025 12:38:18 +0000 (12:38 +0000)
Chartmuseum installation instructions referred as part of es-demo-rapp

Issue-ID: NONRTRIC-1082
Change-Id: I15ef14bc847edf0bc758bf6bb70b8e1b069ddee1
Signed-off-by: aravind.est <aravindhan.a@est.tech>
sample-rapp-generator/es-demo-rapp/README.md

index 0dee90d..b5bf219 100644 (file)
@@ -46,7 +46,8 @@ NOTE: The installation is just pointed at with the above commands. For the full
 [SMO Install Guide](https://github.com/o-ran-sc/it-dep/blob/master/smo-install/README.md)
 
 ### Energy Saving rApp Deployment Preparation
-1. The rApp needs to know the address and port of your chart repository. We can do this by running the following command:
+1. The rApp needs to know the address and port of your chart repository. If you need to run a local chart repository, you can refer to the instructions [here](https://github.com/o-ran-sc/it-dep/blob/master/smo-install/helm-override/rappmanager/README.md#helm-repository-configuration)
+    Replace `IP_ADD` and `PORT` in the command below with the address and port of your chart repository.
    ```bash
    cd scripts/install
    ./patch-sample-rapps.sh -i IP_ADD -p PORT -r "es-demo-rapp/rapp-energy-saving"