How to Upgrade Wialon Local from v1904 to v2004
To upgrade Wialon Local from version 1904 to version 2004, follow the steps below.
- Upgrade the operating system Debian to the version 10 (Buster).
Install the pigz and curl utilities. To do this, log in to the terminal on behalf of the main user (root) and run the following command:
apt-get install pigz curl
Upgrade Node.js to the version 10.x, by running on behalf of the main user (root) the following commands:
cd /home/wialon/wlocal/ service wlocal stop ./adf_script stop apt-get install -y curl curl -sL https://deb.nodesource.com/setup_10.x | bash - apt-get install -y nodejs npm -g install forever npm install chown -R wialon:wialon /home/wialon/ service wlocal restart
- Install the version 2004 of Wialon Local.
Node.js upgrade instructions are also available on the official site of the Node.js developer.
You can also contact technical support to upgrade from version 1904 to version 2004.
Was this helpful?
Download
All pages
Only this page