X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=e7812943609e74cb4bc055d3c2ca737a5ac2d099;hb=da9fd39b76155f79a7cd9edae87a8ae3ca830f41;hp=6820fd6347666def0780896f13f85fc6df8fade7;hpb=179faedca5831f95ca223644d263bd34ff163cc9;p=portal%2Fric-dashboard.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index 6820fd63..e7812943 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,5 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. SPDX-License-Identifier: CC-BY-4.0 +.. Copyright (C) 2019 AT&T Intellectual Property RIC Dashboard Developer Guide ============================= @@ -22,7 +23,7 @@ After cloning the repository, initialize and update all git submodules like this git submodule init git submodule update - + Check the submodule status at any time like this:: git submodule status @@ -55,11 +56,13 @@ requests at this URL: The directory ``src/test/resources`` contains usable versions of the required property files. These steps are required to launch: -1. Set an environment variable via JVM argument: ``-Dorg.oransc.ric.portal.dashboard=mock`` -2. Run the JUnit test case ``DashboardServerTest`` which is not exactly a "test" because it never finishes. +1. Install all project jar files locally +2. Set an environment variable via JVM argument: ``-Dorg.oransc.ric.portal.dashboard=mock`` +3. Run the JUnit test case ``DashboardTestServer`` which is not exactly a "test" because it never finishes. -Both steps can be done with this command-line invocation:: +These steps can be done with these commands:: + mvn -Ddocker.skip=true -DskipTests=true install mvn -Dorg.oransc.ric.portal.dashboard=mock -Dtest=DashboardTestServer test Development user authentication @@ -81,7 +84,7 @@ Production user authentication The server uses the ONAP Portal's "EPSDK-FW" library to support a single-sign-on (SSO) feature, which requires users to authenticate -at the ONAP Portal UI. The RIC Dashboard can be on-boarded as an +at the ONAP Portal UI. The RIC Dashboard can be on-boarded as an application on the ONAP Portal using its application on-boarding UI. The server authenticates requests using cookies that are set