Limbas is a low-code database framework for creating database-driven business applications. As a graphical database front-end, it enables the efficient processing of data stocks and the flexible development of comfortable database applications with hardly any programming knowledge.
With the help of docker-compose, you have a ready-to-use version of Limbas within a few seconds.
> git clone https://github.com/limbas/limbas-docker.git
> cd limbas-docker
> docker-compose up
Limbas will be available for configuration at http://localhost:8000
Note: For live operation, it is recommended that a specific version number is added to the images instead of ‘latest’.
Fully installed Limbas:
It is possible to fully install Limbas via auto-installation.
For details see https://hub.docker.com/r/limbas/limbas
> docker pull limbas/limbas
> docker run -p 8000:80 limbas/limbas
Connecting the Limbas container and your database container is up to you.
Limbas will be available for configuration at http://localhost:8000/install/
To create a customised Limbas image, please use the full source code.
There you will find the corresponding Docker files.