X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdeveloper-guide.rst;h=7061716b77fe7c14d98d5e89755a3efb84efccdb;hb=c4d5b6c02be72614aa70f0b6222d784af47b2a7e;hp=f99a04dce9bac55e9edbfd2734a59ad71609f652;hpb=a1a3e0d2f8732570ad9688a842a86f513b40005b;p=portal%2Fric-dashboard.git diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst index f99a04dc..7061716b 100644 --- a/docs/developer-guide.rst +++ b/docs/developer-guide.rst @@ -1,20 +1,6 @@ -.. ===============LICENSE_START======================================================= -.. O-RAN SC CC-BY-4.0 -.. %% +.. 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 -.. %% -.. Licensed under the Apache License, Version 2.0 (the "License"); -.. you may not use this file except in compliance with the License. -.. You may obtain a copy of the License at -.. -.. http://www.apache.org/licenses/LICENSE-2.0 -.. -.. Unless required by applicable law or agreed to in writing, software -.. distributed under the License is distributed on an "AS IS" BASIS, -.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -.. See the License for the specific language governing permissions and -.. limitations under the License. -.. ===============LICENSE_END========================================================= RIC Dashboard Developer Guide ============================= @@ -70,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 ``DashboardServerTest`` 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