illacloud / deploy-illa-manually

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

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

License:Apache License 2.0


Languages

Language:Shell 93.1%Language:Makefile 6.9%