We recommend keeping Evoko Home up-to-date with the latest version along with the latest Evoko Liso firmware.
Please find instructions below on how to update Evoko Home to the latest version on your server.
Note! Please always check the release notes for newer versions of Evoko Home than what is currently running on your server prior to updating, as there might be special instructions for updating from specific versions to the current one.
Update Evoko Home on Windows
To update Evoko Home 2.x to a newer version, please download the new version and run the installer (EvokoHome_v2.x.y.z.exe) as an administrator. The latest version of Evoko Home for Windows can be found on download-liso.evoko.se.
We recommend taking a snapshot of the server before upgrading, if possible.
Update Evoko Home on Linux
Note! These instructions are for both Evoko Home 1.x and 2.x even though the Evoko Home 2.x install process might differ very slightly from the steps below.
- Download the latest version of Evoko Home for Linux here and put the installation package on the server.
You can also download the latest Evoko Home version directly to the server by enteringwget https://download-liso.evoko.se/latesthome.tar.gz
. - Extract the downloaded installation package with
sudo tar -xzf installation_v*.tar.gz
orsudo tar -xzf latesthome.tar.gz
depending on how you downloaded it. - Change directory to the to the newly extracted directory
cd vx.yz
. - Run the installation script
sudo bash install.sh
- Accept to remove nodejs by typing
y
followed byEnter
. - To continue and install, select Yes by typing
1
followed byEnter
. - Select Yes by typing
1
followed byEnter
to update using your existing configuration/database. - Set the maximum amount of memory Evoko Home can use by typing the amount e.g.
2048
and followed by pressingEnter
. - Done!
- Make sure that MongoDB is running by entering
service mongod status
, the output should say "active (running)".
If MongoDB is not already running please enterservice mongod start
and then check the status again. - Next make sure that Evoko Home is running by entering
sudo supervisorctl
, the output should say "RUNNING".
Please runstart evoko_home
in the supervisor if Evoko Home is not already running or starting. - Finally make sure that you can access the Evoko Home web interface as usual via a web browser.