You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Setup

Software Requirement

  • JDK 1.8

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

    • Update before installing any new program

    • Install Java 1.8

    • Verify Java is Installed

Sample output:


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.

Microservice Setup

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 rackdataservice to the VM in which it is running and run the below command to make the server UP
  4. nohup java -XX:+UseSerialGC -Dlog4j2.formatMsgNoLookups=true -jar rackdataservice.jar > logfile.log 2>&1 &

Tables which are used in RackDataMicroservice

command_details
connected_client_config
master_config
predefined_class
predefined_method
predefined_param
primary_command_config_details
scriptless_test_case_details
stb_image_mapping
stb_type
step_actions
step_command_input
step_conditions
step_connected_client
step_details
step_iterations
step_command_params
step_properties
step_utility
test_case_command_config_details
test_cases_repository
test_constants
test_utility
user_group



  

  • No labels