Prerequisites
=============
-Refer to the following links to set up the pre-requisites
-
-VM installation - https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/installation-guides.html#virtualbox-vms-as-installation-hosts
-
-k8s installation - https://docs.o-ran-sc.org/projects/o-ran-sc-it-dep/en/latest/installation-guides.html#one-node-kubernetes-cluster
-
+The steps below assume a clean installation of Ubuntu 20.04 (no k8s, no docker, no helm)
Installing Near Realtime RIC in RIC Cluster
===========================================
# 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
----------------------------
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