Versions Compared

Key

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

etup

Software Requirement

  • JDK 11

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

    • Update before installing any new program
    • Install Java 11
    • Verify Java is Installed

Sample Output


CDROUTER Service Setup

For setting up the Scriptless Service of Automatics 3.0, clone the repo CDRouter Service . Once the repo is cloned, please follow the below steps,

  1. Use the command "mvn clean install" to build the .jar file of the CDRouter Service.
  2. Check whether the base URLs and values of Automatics Orchestration and CDRouter Service is added to the database. If not added, add it using 'AUTOMATICS_BASE_URL' , 'CDROUTERS', 'CDROUTER_SERVICE_BASE_URL'and 'CDROUTER_PAGINATION_LIMIT' as the config names in master_config table.  

    AUTOMATICS_BASE_URLBase URL of Automatics Orchestration Application
    CDROUTERSUrl of different CDRouters
    CDROUTER_PAGINATION_LIMITAdd the pagination value 
    CDROUTER_SERVICE_BASE_URLBase URL of CDRouter Service