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 on your server to the latest version.
Note! Please read the release notes for newer versions of Evoko Home than what is currently running on your server, as there might be special instructions for upgrading from specific versions to the current one.
Update Evoko Home on Windows
Important!
- To update Evoko Home 2.x to a newer version, please download the new version, unzip the archive and run setup.exe as an administrator.
Important! If you did not use the default credentials for MongoDB when originally installing Evoko Home, make sure you have a backup of your credentials before proceeding. Without the correct MongoDB credentials your Evoko Liso system will need to be reset.
- Download the latest version of Evoko Home for Windows here.
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.