Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

2. Configure and Start Application Services

Build and run steps mentioned below is based on these steps - https://github.com/rdkcentral/xconfserver#run-application.

a. Build Project

  • Go to the xconf-server folder and run the following command to download all dependencies.

...

To launch the application go to http://<XCONF-SERVER-IP>:19092/queries/environments .  To verify, add an entry in the environments tab of the xconf admin application and check whether the same is updated here in data service.


NOTE: To run the Admin UI and data service applications in background start jetty server as follows: nohup mvn jetty:run &



Expected build or Issues


  1. The below exceptions are observed during the mvn clean install . This is an exception from unit test , but the tests will run successfully. The execution may stall for some time but the build will be successful and the application can be launched successfully. So it can be ignores as well.

...