Versions Compared

Key

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

...

Background Color
color#F5F5F5
Prerequisites

Introduction

The below software should be installed and available for running Device Manager UI server.

Jdk – 1.8

JDK should be available in the build machine where the .war file for Device Manager server is build and it should be available in the server machine.

  • Linux:

https://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jdk.html

Following page provides details on installing Java 1.8 on linux.

Automatics Orchestration Setup#JDK1.8

  • Microsoft Windows: 

https://docs.oracle.com/javase/8/docs/technotes/guides/install/windows_jdk_install.html#CHDEBCCJ


Tomcat – 8 - Ver above v8.5

...

Tomcast 8

...

is required to deploy Device Manager

...

server. Tomcat server installation file and setup documents can be found in the below links:

Follow below Steps to setup Tomcat server  on CentOs/linux.

             $ wget <Apache Tomcat 8 archive file link>

Example:

Image Modified

  • After competed download extract archive file in /tmp directory and move to the proper location as per your need.

Example:

Image Modified

  • Navigate to the tomcat file path and run ./bin/startup.sh cmd to start the tomcat server.

Sample Output:


Maven – 3

Maven is the tool used for building and managing Device Manager project. Please follow the below links to download and install Maven:

Following page will provide the detailed steps to setup maven.

Automatics Orchestration Setup#Maven3

Device Manager Server

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

Please refer below link to bring up device manager setup .

...

  1. Pull the latest Device Manager UI project from the repository.
  2. 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  as shown below.


              Image Removed Image Added

  

3.  Now navigate to the project Home folder and run the command “mvn clean install”.

...

To verify Device Manager UI application go to the URL : “{protocol}://{host:port}/DeviceManagerUI/containerlogin.html“