docs: update quickstart to use setup.py wizard
Replace the old manual docker compose steps with the setup wizard that handles .env, OpenBao, image builds, and stack startup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -144,25 +144,14 @@ The Other Dude is a self-hosted, multi-tenant platform that gives you centralize
|
|||||||
See the full [Quick Start Guide](../QUICKSTART.md) for detailed instructions.
|
See the full [Quick Start Guide](../QUICKSTART.md) for detailed instructions.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone and configure
|
# Clone and run the setup wizard
|
||||||
cp .env.example .env
|
git clone https://github.com/staack/the-other-dude.git
|
||||||
|
cd the-other-dude
|
||||||
# Start infrastructure
|
python3 setup.py
|
||||||
docker compose up -d
|
|
||||||
|
|
||||||
# Build app images (one at a time to avoid OOM)
|
|
||||||
docker compose build api
|
|
||||||
docker compose build poller
|
|
||||||
docker compose build frontend
|
|
||||||
|
|
||||||
# Start the full stack
|
|
||||||
docker compose up -d
|
|
||||||
|
|
||||||
# Verify
|
|
||||||
curl http://localhost:8001/health
|
|
||||||
open http://localhost:3000
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The setup wizard configures your database, generates cryptographic keys, bootstraps OpenBao, sets up your reverse proxy, builds the Docker images, and starts everything. No manual `.env` editing required.
|
||||||
|
|
||||||
Three environment profiles are available:
|
Three environment profiles are available:
|
||||||
|
|
||||||
| Environment | Frontend | API | Notes |
|
| Environment | Frontend | API | Notes |
|
||||||
|
|||||||
Reference in New Issue
Block a user