From 03835074b6515cb674cd1cdbfa6758fdd2fe54e2 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Wed, 27 Jan 2021 09:11:50 +0100 Subject: [PATCH] Update Read the Docs for Control Panel in cherry branch Minors corrections Issue-ID: NONRTRIC-409 Signed-off-by: ecaiyanlinux Change-Id: Ib9e9e8f87298efb4b637923af5a03e8280569134 --- docs/developer-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.16.6