Versions Compared

Key

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

...

             $ wget <Apache Tomcat 8 archive file link>

Example:

Image RemovedImage Added

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

Example:

Image RemovedImage Added

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

Sample Output:

Image RemovedImage Added


Maven – 3

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

...

To do this follow the below steps:

  • 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  as shown below.

             

  

...

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

Deploy Device Manager UI application

...