X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-ric.rst;h=5c4fec86861f39409a24383ba819eee3088792b4;hb=refs%2Fchanges%2F64%2F12164%2F2;hp=8336c365dfe2d8dfaf71a2b2cfe4cf67739f8aa1;hpb=cd6dd98c1cbcdac0d7c1167ee38b02534f8e248f;p=ric-plt%2Fric-dep.git diff --git a/docs/installation-ric.rst b/docs/installation-ric.rst index 8336c36..5c4fec8 100644 --- a/docs/installation-ric.rst +++ b/docs/installation-ric.rst @@ -46,12 +46,9 @@ anymore. # install chartmuseum into helm and add ric-common templates ./install_common_templates_to_helm.sh -After the recipes are edited and helm started, the Near Realtime RIC platform is ready to be deployed. +After the recipes are edited and helm started, the Near Realtime RIC platform is ready to be deployed, +but first update the deployment recipe as per instructions in the next section. -.. code:: bash - - cd ric-dep/bin - ./install -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_latest_stable.yaml Modify the deployment recipe ---------------------------- @@ -84,6 +81,16 @@ points to the latest example file that is under current development. For more advanced recipe configuration options, please refer to the recipe configuration guideline. +Installing the RIC +------------------ + +After updating the recipe you can deploy the RIC with the command below. Note that generally use the +latest recipe marked stable or one from a specific release. + +.. code:: bash + + cd ric-dep/bin + ./install -f ../RECIPE_EXAMPLE/PLATFORM/example_recipe_latest_stable.yaml Checking the Deployment Status