DigitalOcean

You can deploy Lowcoder on DigitalOcean using our Lowcoder docker image from the DigitalOcean Marketplace. Based on the pre-built image, you can create a DigitalOcean droplet as your cloud-based infrastructure and set up an Lowcoder instance in seconds. Create a DigitalOcean account or Log in to get started.

Deploy

  1. Search Lowcoder in DigitalOcean Marketplace or visit Lowcoder page directly.

  2. Click Create Lowcoder Droplet to enter the configuring page.

  3. Choose the region and datacenter. The closest one to you and your users is recommended.

  4. The Lowcoder image should already be listed as shown below, so you don't need to choose here.

  5. Choose a plan and size for your Droplet, which determines its RAM, disk space, and vCPUs as well as its price. We'd recommend a system spec with 1 core CPU and 2 GB RAM or the above.

    Note that the Basic shared CPU with Regular with SSD (1 GB CPU / 25GB SSD Disk / 1000GB transfer) CPU option is more than capable of hosting an Lowcoder instance.

  6. Choose an SSH key if you've added one, or create a root password for the Droplet.

  7. Set the droplet name, add tags, and click Create Droplet to finish the deployment.

    It usually takes around a minute to start the droplet.

After deployment, your new Lowcoder instance should be available at http://your_droplet_public_ipv4:3000.

In the welcome page, Click Sign up to get started. Lowcoder will automatically create a workspace for you. Then you can start building your apps and invite members to your workspace.

Droplet Web Console

You can use Droplet Web Console to connect to your instance to update the image or customize deployment configurations.

Find the deployed droplet in your DigitalOcean projects and redirect to its details page. Click Console on the right to enter the Droplet Web Console.

Update

For information about how to update the Lowcoder image to the latest version, see Update.

Customize configurations

LocationUsage

~/openblocks/docker-compose.yml

Setting up Docker ports, volumes, environments etc.

~/openblocks/stacks/configuration/application-selfhost.yml

Setting up Lowcoder server configurations

For information about how to customize deployment configurations, see Customize configurations.

Last updated