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
+3 -5
View File
@@ -7,8 +7,7 @@ Welcome to The Order! This guide will help you get started with development, dep
- **Node.js**: 20.x or later
- **pnpm**: 8.x or later
- **Docker**: For containerized services
- **Azure CLI**: For Azure deployments
- **Terraform**: For infrastructure as code
- **SSH / operator access**: For Sankofa Phoenix deployments
- **kubectl**: For Kubernetes operations
## Quick Start
@@ -78,7 +77,7 @@ pnpm test
pnpm build
```
### Deploying to Azure
### Deploying to Sankofa Phoenix
```bash
./scripts/deploy/deploy.sh --all --environment dev
```
@@ -101,11 +100,10 @@ The Order is a monorepo with:
- **Services**: Backend microservices (Identity, Intake, Finance, etc.)
- **Packages**: Shared libraries and utilities
- **Apps**: Frontend applications (Portals)
- **Infrastructure**: Terraform, Kubernetes, CI/CD
- **Infrastructure**: Proxmox, Kubernetes, CI/CD
See [Architecture Documentation](architecture/README.md) for details.
---
**Last Updated**: 2025-01-27