Versions Compared

Key

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

...

  • Pull the latest Device Manager UI project from the repository.
  • After completing the pull, go the resources folder in the device manager UI project
  • After completing the pull, go the resources folder in the device manager project, and add the device_manager server url as shown below.Navigate to _url in application.properties.(device-manager-ui\src\main\resource) open application.properties fileUpdate Device Manager URL to device-manager-ui resources).

Example:


              

  • Now navigate to the project Home folder and run the command “mvn clean install”.
  • This will build DeviceManagerUI.war file of device-manager-ui in the folder “project_home/target”.

...