--> Prerequisites

Prerequisites

TIB-Trader — Prerequisites

This checklist gets a fresh machine ready to run the stack (dev or staging) from scratch after cache/data cleanup.

Host OS

Runtime & Tooling

Networking

Secrets & Config

Database TLS (current)

IDE note (PyCharm/VS Code)

Data & Volumes (clean start)

First-time Bring-up (sequential)

1) docker network create TIB_NETWORK (if not already).
2) mkdir -p certs/letsencrypt (git-ignored).
3) Fill env files (see above).
4) docker compose up -d --build fluent-bit postgres pgadmin django wiki nginx
5) Migrations: docker compose exec django python manage.py migrate
6) (Optional) UI index: docker compose exec django python manage.py sync_ui_elements
7) Access app at http://app.tib-trader.com (or your host/port); pgAdmin at /pgadmin/.

Quick bootstrap (Windows Desktop or WSL)

Caching

TIB-Trader SSL prep

Dev UX Profile

Safety Notes

Back to wiki home