Refine developer guide & installation instructions 84/6184/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 1 Jun 2021 13:16:49 +0000 (15:16 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Tue, 1 Jun 2021 13:16:53 +0000 (15:16 +0200)
Isue-ID: NONRTRIC-531
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I9a703f9bb6ea7bccc99ceb1745f66b87f96b87c4

docs/developer-guide.rst
docs/installation-guide.rst

index eb4d6b7..b550de2 100644 (file)
@@ -36,6 +36,10 @@ Run the following command to start with mock data:
   | npm run start:mock           |
   +------------------------------+
 
+Open the URL:  `localhost:4200`_ in a browser to access the Control Panel with mock information.
+
+    .. _localhost:4200: http://localhost:4200
+
 To start the frontend to get real information from Non-RT RIC services the following services need to be started first:
 
 -  ControlPanel API Gateway
@@ -63,9 +67,9 @@ When the above servers are started and populated with data, run the following co
    | npm start           |
    +---------------------+
 
-Open the URL:  `localhost:4200`_ in a browser to access the Control Panel.
+Open the URL:  `localhost:8080`_ in a browser to access the Control Panel with real information.
 
-    .. _localhost:4200: http://localhost:4200
+    .. _localhost:8080: http://localhost:8080
 
 From the main page, click on the "Policy Control" card or use the menu on the left hand side of the page. From here, it
 is possible to create or list instances for each existing policy type.
index 3448233..686dc57 100644 (file)
@@ -45,4 +45,10 @@ Install with Helm
 +++++++++++++++++
 
 Helm charts and an example recipe are provided in the `it/dep repo <https://gerrit.o-ran-sc.org/r/admin/repos/it/dep>`__,
-under "nonrtric".
+under "nonrtric". By modifying the variables named "installXXX" in the beginning of the example recipe file, which
+components that will be installed can be controlled. Then the components can be installed and started by running the
+following comand:
+
+      .. code-block:: bash
+
+        bin/deploy-nonrtric -f nonrtric/RECIPE_EXAMPLE/example_recipe.yaml