Cnode#
Requirements#
Installation of the Cnode was tested under Ubuntu version 16.04, 18.04, and Centos 7. The Memory of a computer/virtual machine for installation the Cnode should be not less than 4GB (8GB and high recommended), Hard disk not less than 20GB. Also, the computer should be reachable for remote components of the solution via hostname (see file /etc/hosts or DNS service). Next TCP/UDP ports should be open for interaction between solution components and users:
port |
application |
type |
22 |
SSH |
linux console |
443 |
Alertflex |
web console |
4848 |
Payara AS |
admin ui |
61617 |
ActiveMQ |
altprobe |
Installation#
Download installation files
git clone alertflex/cnode.git cd cnode
Fill in project-specific parameters in file
env.sh
, as an example you can use fileexample_env.sh
Start installation
chmod u+x install_ubuntu.sh
./install_ubuntu.sh
After the finish of software installation, reboot the system