From 30721f5c530a6499b5d1f87007a5b604bdfd3a34 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 9 Oct 2025 17:02:02 +0100 Subject: [PATCH] Add local chartmuseum installation instructions Chartmuseum installation instructions referred as part of es-demo-rapp Issue-ID: NONRTRIC-1082 Change-Id: I15ef14bc847edf0bc758bf6bb70b8e1b069ddee1 Signed-off-by: aravind.est --- sample-rapp-generator/es-demo-rapp/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sample-rapp-generator/es-demo-rapp/README.md b/sample-rapp-generator/es-demo-rapp/README.md index 0dee90d..b5bf219 100644 --- a/sample-rapp-generator/es-demo-rapp/README.md +++ b/sample-rapp-generator/es-demo-rapp/README.md @@ -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" -- 2.16.6