Fixed bugs in Gateway
Updated the Proxy configuration in Frontend
Updated the nginx conf
Deleted the Web-backend project
Issue-ID: NONRTRIC-434
Change-Id: Ie56759a35385b615fc7c5af18b154432f45c0d26
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst
index 51752b8..afe1a24 100644
--- a/docs/developer-guide.rst
+++ b/docs/developer-guide.rst
@@ -21,24 +21,23 @@
.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel
-- Start the backend:
-
- cd webapp-backend
-
- mvn clean install
-
- mvn -Dorg.oransc.portal.nonrtric.controlpanel=mock -Dtest=MockControlPanelBackEnd -DfailIfNoTests=false test
-
-
-- Now you can open URL: `localhost:8080`_ in a browser to access the backend directly.
-
-.. _localhost:8080: http://localhost:8080
-
Start the frontend:
cd webapp-frontend
-
- ./ng serve --proxy-config proxy.conf.json
+
+ To start the frontend with Mock data:
+
+ npm run start:mock
+
+ To start the UI:
+
+ You need to start the ControlPanel API Gateway, Policy Management Service & EI Service for the UI to list policy & EI information
+
+ ./ng serve --proxy-config proxy.conf.json
+
+ OR
+
+ npm start
- Now you can open URL: `localhost:4200`_ in a browser to access the Control Panel.