Versions Compared

Key

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

Setup

Software Requirement

  • JDK 1.8

Follow Steps below to install Java 1.8 on CentOS/linux.

    • Update before installing any new program

Image Modified

    • Install Java 1.8

Image Modified

    • Verify Java is Installed

Image Modified

Sample output:

Image Modified


This microservice uses the Automatics Orchestration database, so for the microservice server to start UP it should have access to Automatics Orchestration and the below mentioned tables should be available that database.

...

For setting up the Microservice of Automatics 3.0, clone the repo << Rack Data Service>> . Once the repo is cloned, please follow the below steps

  1. Add the URL, username and password  of Automatics MYSQL Database in the application.properties(/src/main/resources/).
  2. Use the command "mvn clean install" to build the .jar file of the microservice.
  3. Copy the rackdataservice-1.0.0.jar of  of rackdataservice to the VM in which it is running and run the below command to make the server UP
  4. Code Block
    nohup java -XX:+UseSerialGC -Dlog4j2.formatMsgNoLookups=true -jar rackdataservice-0.0.1-SNAPSHOT.jar > logfile.log 2>&1 &
  5. In Automatics Orchestration we need to add the tables inside Automatics_DB.sql

...

Tables which are used in RackDataMicroservice

...