Installation of the visual energy Web server
From version 5.2 onwards, visual energy is implemented as a Docker container for Linux.
There are two ways to install the package:
- Online installation
- Offline installation
Requirements
You will need a system running Debian 12 or later. Your system’s architecture must be amd64.
Before installing visual energy, please ensure that the following prerequisites are met:
- Docker
- sqlcmd
- curl*
- jq*
- unzip*
- wibu codemeter*
- sudo**
* These packages can be installed automatically during the online installation process.
** Only if you do not carry out the installation as root.
Online start
- The system is connected to the internet.
- Download the installation script from the KBR website and copy it to the target system.
- Connect to the target system via SSH, for example, and run the installation script in the terminal using the following command:
sudo -E bash install_ve.sh
Offline start
- The system is not connected to the internet
- Copy the ZIP archive to the destination system
- Connect to the target system via SSH, for example, and run the installation script in the terminal using the following command:
sudo -E bash install_ve.sh --offline
Installation
- In the TUI (Terminal User Interface), please accept the licence terms
- Specify the installation directory (data directory) (default: /opt/visualenergy)
- Set the ports for HTTP and HTTPS (default: 80 – HTTP, 443 – HTTPS)
- ONLY AVAILABLE ONLINE: Select the stable or beta software channel
- ONLY AVAILABLE ONLINE: Select an available version in the channel
- IP address or name of the SQL Server
- Enter the database name. (Default for new installations: visualenergy)
- Database username and password
- Choose either to use a self-signed certificate (specifying the common name) or an existing one (specifying the private and public keys).
- Summary screen and option to start (Yes) or cancel (No) the installation
- The installation is carried out, and at the end, the configured destination URLs and, where applicable, the default login details are displayed.