# deploy-illa-manually **Repository Path**: iafoot/deploy-illa-manually ## Basic Information - **Project Name**: deploy-illa-manually - **Description**: https://github.com/illacloud/deploy-illa-manually.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-02-04 - **Last Updated**: 2024-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
ILLA Design Logo

Deploy Illa Manually

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](https://github.com/illacloud/illa)) # Index * [Desc](#Desc) * [Quick Start](#quick-start) * [Build Docker All-in-One Image](https://github.com/illacloud/build-all-in-one-image) * [Run by Docker Compose](./docker-compose/docker-compose.md) * [Run by Kubernetes](./kubernetes/README.md) * [How to Build Your Own Illa Units and Run it Locallly](./build-by-yourself/README.md) * [Known Issues](./known-issues/known-issues.md) # Tips * [How to Connect My Postgres Database in Resource?](#how-to-connect-my-postgres-database-in-resource.md) * [How to Use My Own External Postgres Database as Datastore for Illa-Builder?](#how-to-use-my-own-external-postgres-databaseas-datastore-for-illa-builder.md) # Quick Start Just type: ```sh 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).