Linux
HES deployment - Linux
Before you start
1. Preparation
1.1. System Update
sudo dnf update -ysudo apt update
sudo apt upgrade -y sudo reboot1.2 Disable SELinux (CentOS only)
1.3 Firewall Configuration (optional)
2. Installing Prerequisites
2.1. Installing additional packages
3. Installing the HES server
3.1. Download HES server
3.2. Extracting files and moving to the /opt directory
3.3. Configuring the HES
3.4. Daemonizing of the HES
4. Configuring Reverse Proxy Server
4.1. Install Nginx
4.2. Copying of self-signed certificates for Nginx
4.3. Updating Nginx config
4.4. Restart nginx
4.5. Check that nginx service is installed and started
Last updated