Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.19 KB

README.md

File metadata and controls

54 lines (34 loc) · 2.19 KB

Deploy illa utils manually. Docker and k8s are all avaliable in this repo.

Desc

Deploy illa utils manually. Docker and k8s are all avaliable in this repo.

(Note: We highly recommended deploying with our auto-deploy tools illa-cli)

Index

Tips

Quick Start

Just type:

mkdir -p ~/illa/database; mkdir -p ~/illa/drive; 
docker run -d -p 80:2022 --name illa_builder -v ~/illa/database:/opt/illa/database -v ~/illa/drive:/opt/illa/drive illasoft/illa-builder:latest

And Login with default username root and password password (self-host mode (docker all-in-one image) only).