Versions Compared

Key

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

...

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

    • Update before installing any new program

      yum -y update
    • Install Java 11

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

...

    • java –version


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,

...