No description
Find a file
DJP 6dbd399ac0 Restructure deploy to mirror oliver-sales-ops-platform pattern
Subpath-aware deploy for /adeo-maturity/ behind the shared optical-dev
vhost. Auto-picks a free host port (prefers 3102, scans 3102-3199) and
persists it to .env so re-deploys are idempotent. Renders the Apache
conf from a template on each run.

- script.js: detect URL prefix at load time and prepend it to all /api/
  calls, so the same code works at the root locally and under a
  sub-path behind Apache.
- Dockerfile: fix broken package.json copy (lives at repo root, not
  server/) and install python3 + reportlab + openpyxl for the sync/
  import/PDF endpoints that shell out.
- docker-compose: pin top-level name (per global docker policy),
  configurable host port, bind 127.0.0.1 only.
- deploy/: new deploy.sh + apache-adeo.conf.tmpl. Old root deploy.sh
  removed.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 13:33:49 -04:00
clients/adeo Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
deploy Restructure deploy to mirror oliver-sales-ops-platform pattern 2026-04-28 13:33:49 -04:00
server Add heatmap, radar chart, sort/group controls, and About tab 2026-04-28 18:15:05 +01:00
.gitignore Restructure deploy to mirror oliver-sales-ops-platform pattern 2026-04-28 13:33:49 -04:00
convert_data.py Add data quality flags to entity cards and detail view 2026-04-28 17:27:35 +01:00
docker-compose.yml Restructure deploy to mirror oliver-sales-ops-platform pattern 2026-04-28 13:33:49 -04:00
Dockerfile Restructure deploy to mirror oliver-sales-ops-platform pattern 2026-04-28 13:33:49 -04:00
generate_brazil_summary.py Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
generate_summary.py Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
import_file.py Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
index.html Add heatmap, radar chart, sort/group controls, and About tab 2026-04-28 18:15:05 +01:00
package-lock.json Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
package.json Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
pdf_generator.py Initial commit — ADEO Content Maturity Assessment Tool 2026-04-28 16:15:56 +01:00
script.js Restructure deploy to mirror oliver-sales-ops-platform pattern 2026-04-28 13:33:49 -04:00