Install light control virtual gateway
Overview
Use tar to decompress and then execute the install script.
OS support
Support 64-bit x86_64 arch Ubuntu LTS releases since Ubuntu 18.04.3 LTS.
Prerequisites
- StarRiver Pro 2.x is installed.
- Ubuntu server account is known.
Installation and configuration
Follow the steps to install or upgrade light control virtual gateway.
-
Download the corresponding version of the installation package
- Open a file explorer, go to
//192.168.30.65/yf1/StarRiverPro/components/lc_gw/docker/ - Find the version required
lc_gw2.x.x.tar.gz
- Open a file explorer, go to
-
Copy the gz file to the Linux server running StarRiver Pro. See: Copy files from Windows to Linux
-
Log in to the server. See: Log in to Linux system
-
Decompress installation package
tar -xvf lc_gw2.x.x.tar.gz -
Go to the directory
cd lc_gw -
Configure
Edit
base/conf/lc_gw/config.iniaccording toLC_GatewayProxy配置文件说明文档.docxin the download page -
Install
sudo -E ./installer.sh -
Verify
sudo docker ps | grep lc_gw
If you see one line with
lc_gwas shown in the figure, the installation is successful.
Note: 2.x.x is the corresponding version number.