diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index 7c70b62..90f479c 100644 --- a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md +++ b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md @@ -23,6 +23,10 @@ created: 2026-04-17 - **Local path:** `/Volumes/SSD/Projects/Oliver/Barclays-banner-builder` ## Sessions +### 2026-04-17 – Create deployment script for Ubuntu server +**Asked:** Create deployment script for Ubuntu server with Docker containers and database migrations. +**Done:** Implemented idempotent deployment script with Docker build caching, database initialization, and migration support. + ### 2026-04-17 – Asked | Reviewed folder data and **Asked:** Asked | Reviewed folder data and created app concept with deployment plan for Docker on Ubuntu with Apache reverse proxy and load balancer SSL **Done:** Done | Documented server architecture, Apache configuration patterns, and port allocation; pushed complete Sprint 0+1 implementation (78 files, 4247 lines) @@ -55,6 +59,7 @@ created: 2026-04-17 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-17 | Deployment script | Docker build automation, database migrations, code pull on each run | deploy.sh, docker-compose.yml, alembic configuration | | 2026-04-17 | Log | Deployment architecture | Server setup, Apache config template, port allocation table, idempotent deployment script | optical-dev-server-deploy.md, deploy.sh, apache-fragment-template.conf | | 2026-04-17 | Deployment automation | Server architecture doc, Apache vhost template, idempotent deployment patterns | wiki/architecture/optical-dev-server-deploy.md, _index.md | | 2026-04-17 | Deployment script | Docker build caching, database migrations, idempotent logic | deploy.sh, architecture/_index.md | diff --git a/99 Daily/2026-04-17.md b/99 Daily/2026-04-17.md index 3906770..8cc2375 100644 --- a/99 Daily/2026-04-17.md +++ b/99 Daily/2026-04-17.md @@ -26,3 +26,6 @@ tags: [daily] - 12:03 | `Barclays-banner-builder` - **Asked:** Asked | Reviewed folder data and created app concept with deployment plan for Docker on Ubuntu with Apache reverse proxy and load balancer SSL - **Done:** Done | Documented server architecture, Apache configuration patterns, and port allocation; pushed complete Sprint 0+1 implementation (78 files, 4247 lines) +- 12:04 | `Barclays-banner-builder` + - **Asked:** Create deployment script for Ubuntu server with Docker containers and database migrations. + - **Done:** Implemented idempotent deployment script with Docker build caching, database initialization, and migration support.