Skip to main content

Installation Preparation

Deployment Requirements

  • The WeDa Low-Code development tool license key can be obtained by following the steps above.
  • Familiarize yourself with and install Docker Engine and Docker Compose.

Resource Preparation

To deploy an instance of the WeDa Low-Code development tool, a Linux-based virtual machine is required, which must meet the following specifications:

  • Recommended image versions

    • TencentOS Server 3.1 (TK4) or TencentOS Server 4
    • CentOS 7.8 or 7.9
    • OpenCloudOS 8 or OpenCloudOS 9
    • Ubuntu Server 22.04 LTS or later
    • Debian 12.4 or 12.5
    tip

    After installation, check the Docker version. The Docker version should be greater than 20.0.0; otherwise, upgrade the Docker version.

    ## Use the following command to check the docker version:
    docker version
  • Memory: 16Gib, 8x vCPU, Storage: 100GiB

  • Software packages installed via curl and unzip

  • Ensure the deployment machine has public internet access to pull image data from weda-private.tencentcloudcr.com:443

  • Ensure that ports 80, 38080, or your custom ports are not occupied and that the server security policy has opened access to these ports

Network Access
  • Allow access to port 443 for weda-private.tencentcloudcr.com

  • https://license.tcloudbasegateway.com (Certificate activation/Get the latest version)

  • https://weda-private.tencentcloudcr.com (Image pull)

  • https://tcr-9r3x9jec-1302110647.cos.ap-guangzhou.myqcloud.com (Image pull)

tip

The above resources are the recommended configuration required for the development tool to run. You may also allocate more resources so that your instances can scale easily.

Check and Install docker Tools

  1. Run docker-install.sh to check for Docker and automatically install it using the package manager if not installed.
tip

When installing in a domestic environment, errors may occur. You can refer to the following link to switch to a domestic image source, then execute the above shell script: Cloud Server - Operation Guide