Raspberry Pi

It is possible to install and run Lowcoder on Raspberry Pi.

Select Raspberry Pi OS (Other) -> Raspberry Pi OS Lite (64-bit)
  • while writing it to the SD card or USB stick, hit settings, enable SSH and change the user to lowcoder

Enable SSH and set username to "lowcoder"

Once done, boot up the device and do the following steps:

Login via SSH to RPi

(replace IP_ADDRESS with the IP address of you RPi)

ssh lowcoder@IP_ADDRESS

Update installed system

Install docker

Add lowcoder user to docker group

Close connection to RPi and login again to apply the added group

Create lowcoder application folders

Download lowcoder docker-compose file

Update image name in downloaded docker-compose file

Start lowcoder

Last updated

Was this helpful?