From: ecaiyanlinux Date: Wed, 27 Jan 2021 08:11:50 +0000 (+0100) Subject: Update Read the Docs for Control Panel in cherry branch X-Git-Tag: 2.1.1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=03835074b6515cb674cd1cdbfa6758fdd2fe54e2;p=portal%2Fnonrtric-controlpanel.git Update Read the Docs for Control Panel in cherry branch Minors corrections Issue-ID: NONRTRIC-409 Signed-off-by: ecaiyanlinux Change-Id: Ib9e9e8f87298efb4b637923af5a03e8280569134 --- diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 6bda14d..bf63754 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -20,7 +20,7 @@ To run the Control Panel locally for development with simulated services, follow Fetch the code -------------- -Fetch the latest code from `gerrit (nonrtric-controlpanel) `_ +Fetch the latest code from `gerrit (nonrtric-controlpanel) `_ Start the backend ----------------- @@ -29,7 +29,7 @@ Start the backend cd webapp-backend 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.