# ILLA-LowCode **Repository Path**: xiang0430/illa-low-code ## Basic Information - **Project Name**: ILLA-LowCode - **Description**: ILLA低代码平台逆向工程(未完待续~) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-08 - **Last Updated**: 2024-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Build illa-builder all-in-one image by type ```make build```
# How to Build Image It's very simple, just clone this repo: (this tutorial base on ubuntu 20.04 or later release version) ``` git clone https://github.com/illacloud/build-all-in-one-image.git ``` and into repo folder: ``` cd build-all-in-one-image ``` and install gnu make: ``` apt install make ``` and if you have no docker installed, please run: ``` bash ./utils/reinstall-docker-with-ubuntu.sh ``` and build it: ``` make build ``` that's all. # Docker Image Config ## Port Listening in Container The port listening in container is ```2022``` ## mount points The mount points are: - /opt/illa/database - /opt/illa/drive