Documentation updates
[portal/nonrtric-controlpanel.git] / docs / developer-guide.rst
index ca42ed3..2469d24 100644 (file)
@@ -11,14 +11,15 @@ The Non-RT RIC Control Panel is an interface that allows human users to create,
 each existing policy type. The policy types and their definitions are retrieved from each Near-RT RIC. It is also
 possible to change the configuration of available RICs, provided that Consul is not used.
 
-Additionally, producers and jobs for the Enrichment Information coordinator service can be viewed.
+Additionally, producers and jobs for the Information coordinator service can be viewed.
 
 See the README.md file in the nonrtric-controlpanel repo for information about how to use it.
 
 Start the Control Panel for development
 ---------------------------------------
 
-To run the Control Panel locally for development , follow the steps below.
+To run the Control Panel locally for development, follow the steps below.
+
 
 First, fetch the latest code from `gerrit <https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel>`_ and
 go in to the frontend folder in the repo:
@@ -35,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
@@ -62,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.
@@ -79,8 +84,8 @@ From the menu on the left hand side, select "Policy -> RIC Config".
 .. image:: ./images/non-RT_RIC_controlpanel_ric_config.PNG
 
 
-From the main page, click on the "Enrichment information coordinator" card or use the menu on the left hand side of the page.
-From here it is possible to view producers and jobs from the EI service,
+From the main page, click on the "Information information coordinator" card or use the menu on the left hand side of the page.
+From here it is possible to view producers and jobs from the Information service,
 
 .. image:: ./images/non-RT_RIC_controlpanel_EI.PNG
 
@@ -89,4 +94,4 @@ End-to-end call
 
 In order to make a complete end-to-end call, follow the instructions given in this `guide`_.
 
-.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=34963461
\ No newline at end of file
+.. _guide: https://wiki.o-ran-sc.org/pages/viewpage.action?pageId=34963461