Quick Start: Enterprise docker-compose mode

Please ensure that the server operating system is clean. If other applications have been deployed before, be sure to clean up other applications or reinstall the operating system to prevent the existing configuration from affecting subsequent deployment.

  1. Contact APITable devops engineer to get the [Self-hosted Cloud Edition] installation package download address

  2. Create data directory (separate hard drive recommended)

    mkdir -p /data

  3. Upload the installation package to the server and unzip it

    wget '<installation package download address>' -O apitable.tar.gz
    tar -xvzf apitable.tar.gz -C /data

  4. Execute the install script

    cd /data/apitable
    
    bash install.sh
    # You must enter the correct license authorization code and continue the installation
    Enter the license value: xxxx

  5. The port is 80 by default and can be started by visiting http://<IP_ADDRESS> through your browser

    Due to the unavailability of the verification code, for the convenience of testing, the POC version generates 50 virtual accounts in bulk, from test000@apitable.com to test049@apitable.com, unified password: Apitable2022