docs: archive entra materials and simplify deployment docs

This commit is contained in:
defiQUG
2026-04-18 12:05:55 -07:00
parent 0f600e6a31
commit bbb6ce6a6c
256 changed files with 4188 additions and 3881 deletions
+7 -7
View File
@@ -25,7 +25,7 @@ usage() {
cat << EOF
Usage: $0 [OPTIONS] [PHASES...]
Deploy The Order application to Azure/Kubernetes.
Deploy The Order application into the Sankofa Phoenix / Proxmox runtime.
OPTIONS:
-e, --environment ENV Environment (dev, stage, prod) [default: dev]
@@ -40,14 +40,14 @@ OPTIONS:
PHASES:
1 - Prerequisites
2 - Azure Infrastructure Setup
3 - Entra ID Configuration (manual)
2 - Sankofa Phoenix Target Preparation
3 - Identity Provider Secrets (manual)
4 - Database & Storage Setup
5 - Container Registry Setup
5 - Local Artifact / Runtime Preparation
6 - Application Build & Package
7 - Database Migrations
8 - Secrets Configuration (manual)
9 - Infrastructure Services Deployment
9 - Sankofa Edge & Runtime Checks
10 - Backend Services Deployment
11 - Frontend Applications Deployment
12 - Networking & Gateways
@@ -133,8 +133,8 @@ fi
# Phase scripts mapping
declare -A PHASE_SCRIPTS=(
["1"]="phase1-prerequisites.sh"
["2"]="phase2-azure-infrastructure.sh"
["3"]="phase3-entra-id.sh"
["2"]="phase2-sankofa-phoenix-target.sh"
["3"]="phase3-identity-secrets.sh"
["4"]="phase4-database-storage.sh"
["5"]="phase5-container-registry.sh"
["6"]="phase6-build-package.sh"