X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=51752b8178bf0f1e43e376273a72c79912ca0bb3;hb=5840fd8fc16980ade4af6735f991e08f8fca65e7;hp=eacc3d0f471b63bb1642f0fe98206af99c90de74;hpb=1fd9afe419e2b0feb3311e6d84be2c73195eecd0;p=portal%2Fnonrtric-controlpanel.git 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.