From: ecaiyanlinux Date: Tue, 26 Jan 2021 11:44:26 +0000 (+0100) Subject: Update Read the Docs for Control Panel X-Git-Tag: 2.2.0~111 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=10f935893164550090e411b5e5c52b3183516678;hp=a3e5b2cc0eaf68e4f167cbf6cb39a6e154457678;p=portal%2Fnonrtric-controlpanel.git Update Read the Docs for Control Panel Signed-off-by: ecaiyanlinux Issue-ID: NONRTRIC-409 Change-Id: I8539beb61ab6a07ef8f57b8d0c402777f96c851a --- diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index eacc3d0..51752b8 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -19,7 +19,7 @@ To run the Control Panel locally for development with simulated services, follow - Fetch the latest code from `gerrit`_ -.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/nonrtric-controlpanel +.. _gerrit: https://gerrit.o-ran-sc.org/r/admin/repos/portal/nonrtric-controlpanel - Start the backend: @@ -27,7 +27,7 @@ To run the Control Panel locally for development with simulated services, follow mvn clean install - mvn -Dorg.oransc.portal.nonrtric.controlpanel=mock -Dtest=ControlPanelTestServer -DfailIfNoTests=false test + 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.