Skip to main content

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.

  1. 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
  2. Copy the gz file to the Linux server running StarRiver Pro. See: Copy files from Windows to Linux

  3. Log in to the server. See: Log in to Linux system

  4. Decompress installation package

    tar -xvf lc_gw2.x.x.tar.gz
  5. Go to the directory

    cd lc_gw
  6. Configure

    Edit base/conf/lc_gw/config.ini according to LC_GatewayProxy配置文件说明文档.docx in the download page

  7. Install

    sudo -E ./installer.sh
  8. Verify

    sudo docker ps | grep lc_gw

    validate

    If you see one line with lc_gw as shown in the figure, the installation is successful.

Note: 2.x.x is the corresponding version number.