EVI Core Web — graphical web interface for system management.

Requirements for the web interface module

The Angie web server must be installed for the web interface module to work.

To install the web server, run the following commands:

Installing auxiliary packets for connecting the repository
sudo apt install ca-certificates curl
Downloading the key for verifying packets
sudo curl -o /etc/apt/trusted.gpg.d/angie-signing.gpg \
            https://angie.software/keys/angie-signing.gpg
Connecting the Angie repository
echo "deb https://download.angie.software/angie/$(. /etc/os-release && echo "$ID/$VERSION_ID $VERSION_CODENAME") main" \
    | sudo tee /etc/apt/sources.list.d/angie.list > /dev/null
Repository index updates
sudo apt update
Installing the Angie packet
sudo apt-get install -y angie

Installing the web interface module

To install the web interface module, run the following command:

Installing packets
sudo dpkg -i evi-core-web_1.4.*.deb
If the installation ends with a message about unresolved dependencies, use the command
sudo apt install -f
  • Нет меток