RDK Resources
[*RDK Preferred*]
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
...
2. Click on 'Add configuration' shown on the top right corner of the System Configuration page and add the following configurations and click on save changes button.
Parameter Name | Description |
---|---|
REVIEW_MANAGEMENT_SERVICE_URL | Review Management Service Base URL |
REVIEW_MANAGEMENT_SERVICE_DNS_URL | Provide the DNS (Domain Name System) base URL of the Review Management Service application. |
Admin.func.testcase.reviewers | This configuration contains the details of reviewers based on the execution environment. Enter the details in below format. |
jira.url | Enter the base url of the Jira account |
jira.username | Enter the username of the Jira service account |
jira.password | Enter the API token of the Jira service account |
...
Update before installing any new program
yum -y update |
---|
Install Java 17
yum install java-17-openjdk |
---|
Verify Java is Installed
java –version |
---|
...
Run the below command from review-management-service directory to bring the Review Management Service up in the VM.
nohup java -XX:+UseSerialGC -Dlog4j2.formatMsgNoLookups=true -jar ReviewManagementService-0.0.1-SNAPSHOT.jar > logfile.log 2>&1 & |
---|