Versions Compared

Key

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

...

Automatics Orchestration Setup#Maven3


Device Manager REST API Server

Device Manager REST API Server is used REST API based tool to manage different device details , add device details, edit device details, add device groups etc. Device Manager REST API Server Deployment is mandatory to use Device Manager UI.

...

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

Example:

Image RemovedImage Added

              

  • 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”.

...

  • To launch Device Manager application go to the URL : “{protocol}://{host:port}/DeviceManagerUI/login.html“

  • For the first time, login with username as "admin" without password.
  • on success login user will be navigated to manage devices pages.

Following page will provide more information on device manager ui

...