CAT 4.20.601 README

Thank you for downloading CAT 4.20.601.

-- for UPDATE --
This guide is for a new installation of CAT. For update CAT, please read UPDATE.txt instead.

-- INSTALL GUIDE --
1.Install Supported JDK.

  - Oracle's Java Development Kit(JDK) 11 or 17.
    https://www.oracle.com/java/technologies/downloads/archive/

  - Open Java Development Kit(OpenJDK) 11 or 17
    sudo yum install java-11-openjdk
    sudo yum install java-17-openjdk
        or
    https://jdk.java.net/archive/

2.Set timezone of Asia/Tokyo
  E.g. : timedatectl status                          # check
         sudo timedatectl set-timezone Asia/Tokyo    # set

3.Install MySQL server version 8.0.32 or above.

  https://dev.mysql.com/downloads/repo/yum/   -- yum
  https://dev.mysql.com/downloads/mysql/      -- rpm, tgz

4.Edit /etc/my.cnf to add or modify the entries below:
  [mysqld]
  character-set-server = utf8mb4
  collation-server = utf8mb4_general_ci
  group_concat_max_len = 16384    # 16384 or above
  max_allowed_packet = 32MB       # 32MB or above
  open-files-limit = 65536        # 1000 or above

5.Execute CAT_linux_4_20_601.sh

6.Install MySQL Connector/J (8.0.32 or later) into the designated directory.
  They are shown at the end of the installation.
  - URL: https://downloads.mysql.com/archives/c-j/
  - Download the library and copy to CAT server
  E.g. /opt/catservice/catmodule/ROOT/WEB-INF/lib/
       and
       /opt/catservice/catmodule/CAT_CUSTOMER_BATCH/WEB-INF/lib/

7.Start cat.service.
  sudo systemctl start cat.service
  (If you didn't register cat.service as service during the installation,
   you need to register it by yourself before starting cat.service)

8.Access to http://{IP address}:{port number}/

-- FULL DOCUMENTATION --
https://www.catcloud.net/manual/4_cat4190_installer.pdf

-- INQUIRY --
If you have a problem installing CAT, feel free to ask us.
Email: cat_support@shiftinc.jp
