Raspberry Pi
It is possible to install and run Lowcoder on Raspberry Pi.
install a 64bit OS eg. using RPi Imager
while writing it to the SD card or USB stick, hit settings, enable SSH and change the user 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