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:

sudo apt install ca-certificates curl
sudo curl -o /etc/apt/trusted.gpg.d/angie-signing.gpg \
            https://angie.software/keys/angie-signing.gpg
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
sudo apt update
sudo apt-get install -y angie

Installing the web interface module

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

sudo dpkg -i evi-core-web_1.4.*.deb
sudo apt install -f