From: elinuxhenrik Date: Tue, 1 Jun 2021 13:16:49 +0000 (+0200) Subject: Refine developer guide & installation instructions X-Git-Tag: 2.2.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F6184%2F1;p=portal%2Fnonrtric-controlpanel.git Refine developer guide & installation instructions Isue-ID: NONRTRIC-531 Signed-off-by: elinuxhenrik Change-Id: I9a703f9bb6ea7bccc99ceb1745f66b87f96b87c4 --- diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index eb4d6b7..b550de2 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -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. diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 3448233..686dc57 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -45,4 +45,10 @@ Install with Helm +++++++++++++++++ Helm charts and an example recipe are provided in the `it/dep repo `__, -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