feat: add installer script and CI configuration for deployment modes

This commit is contained in:
Abhimanyu Saharan
2026-02-13 14:41:27 +05:30
parent 3ca6b150b7
commit 8750335281
4 changed files with 800 additions and 0 deletions

View File

@@ -45,6 +45,21 @@ Core operational areas:
## Get started in minutes
### Option A: One-command production-style bootstrap
```bash
./install.sh
```
The installer is interactive and will:
- Ask for deployment mode (`docker` or `local`).
- Install missing system dependencies when possible.
- Generate and configure environment files.
- Bootstrap and start the selected deployment mode.
### Option B: Manual setup
### Prerequisites
- Docker Engine