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.
Contact APITable devops engineer to get the [Self-hosted Cloud Edition] installation package download address
Create data directory (separate hard drive recommended)
mkdir -p /dataUpload the installation package to the server and unzip it
wget '<installation package download address>' -O apitable.tar.gz tar -xvzf apitable.tar.gz -C /dataExecute 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: xxxxThe port is 80 by default and can be started by visiting
http://<IP_ADDRESS>through your browserDue 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