Evoko Home Installation: Ubuntu
How to download and install Evoko Home in Ubuntu 22.04 LTS.
Download and install Evoko Home
-
Download the latest version of Evoko Liso Home Linux from Biamp Downloads.
-
Open Terminal. Before proceeding with the installation, update and install the package list:
sudo apt install -y build-essential
sudo apt update
sudo apt upgrade
- Navigate to the folder containing the Evoko Home installer. Extract the installer using tar:
tar -xzf installation_v2-*.gz
- Change to the newly extracted directory and run the installation script:
cd v2.* && sudo bash install.sh
-
The script will automatically detect any missing dependencies for Evoko Home. Type
1
and press Enter to install them. -
The script will prompt for MongoDB configuration parameters. MongoDB is where all information will be stored regarding the Evoko Home application. Documenting the MongoDB username and password credentials is critical. If the credentials are lost, it is nearly impossible to recover the database if a future restore is needed. We recommend using the following parameters:
Username: evoko_user
Password: evoko_pass
Database name: evoko_home_db
Address: localhost:27017
-
After entering the MongoDB configuration parameters, press Enter.
-
The script will prompt for the HTTP application port (default 3000). Enter the value, then press Enter.
-
The script will prompt for the memory limit for Evoko Home (recommended 4096). Enter the value, then press Enter.
-
When the installation script completes, it will return to the Terminal prompt.
To verify that the Evoko Home service is running, from the Terminal, type evoko_home status
.