Versions Compared

Key

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

...

Background Color
color#F5F5F5
Introduction

Prequisites

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

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:

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

Example:

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

...