This SeaTable Instance provides easy deployment of the world leading on-premises no-code solution. SeaTable is the web-based collaboration platform to develop business processes and workflows without any programming language. Forget about Excel or other Spreadsheet solutions and start to build apps that connect everything.
These are the features you could expect:
Tutorials or help:
User documentation, tutorials and other help can be found at https://seatable.io/docs/?lang=auto.
Hardware recommendations:
For trial purposes, it is possible to run SeaTable on a droplet with 1 CPU and 2 GB RAM. The recommended platform is a server with 4 CPUs and 8 GB of RAM. Such a server can reliably deliver hundreds of parallel connections.
SeaTable License:
This SeaTable instance delivers the complete feature set of SeaTable Enterprise and, in addition, a free license for up to three users and for at least 12 months. You can upgrade at any time to more users just by replacing the license. Please contact us at [email protected] if you want to get a license for more users.
Package | Version | License |
---|---|---|
SeaTable Server Enterprise Edition | 5.0.8 | Custom |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the SeaTable 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB SeaTable Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image": "seatablegmbh-seatable"}' \
"https://api.digitalocean.com/v2/droplets"
Your SeaTable Server is nearly finished. To complete your setup, follow these steps:
ssh root@your\_droplet\_public\_ipv4
cd /opt/seatable-compose
.