Versions Compared

Key

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

Setup

Software Requirement

  • JDK

    11

    17

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

    • Update before installing any new program

      yum -y update
    • Install Java 1117

      yum install java-1117-openjdk
    • Verify Java is Installed

      java –version

CDROUTER CD-ROUTER Service Setup

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

...