Cnode#

Requirements#

The Cnode installation was tested on Ubuntu versions 20.04 and 22.04. The system must meet the following minimum requirements:

  • RAM: 4 GB (8 GB or higher is recommended)

  • Hard Disk: 20 GB

The hostname of the computer must be resolvable by remote components of the solution (configured in /etc/hosts or a DNS service).

The following TCP/UDP ports must be open for communication between solution components and users:

Port

Application

Type

22

SSH

Linux console

443

Alertflex

Web console

4848

Payara AS

Admin UI

61616

ActiveMQ

Altprobe

Note: To secure connections, it is recommended to use encryption tools such as stunnel or similar.

Installation#

  1. Download the installation files.

    git clone alertflex/cnode.git
    cd cnode
  2. Configure the project-specific parameters in the file .env.sh.

  3. Start the installation.

    chmod u+x build_ubuntu20.sh
    ./build_ubuntu20.sh
    chmod u+x deploy_ubuntu20.sh
    ./deploy_ubuntu20.sh
    
  4. After the installation finishes, reboot the system.