21 lines
647 B
Markdown
21 lines
647 B
Markdown
# Installation Phases
|
|
|
|
This directory is reserved for future ordered Atlas installation phases.
|
|
|
|
Phase 2A intentionally does not create speculative .NET, SQL Server, nginx, or Docker installer scripts. Future scripts should be added only when their implementation phase is approved.
|
|
|
|
## Naming Convention
|
|
|
|
Use a two-digit phase number and lower-case hyphenated component name:
|
|
|
|
```text
|
|
10-dotnet.sh
|
|
20-sql-server.sh
|
|
30-nginx.sh
|
|
40-docker.sh
|
|
90-validate-platform.sh
|
|
```
|
|
|
|
Each phase must source the shared framework under `install/lib/`, support dry-run behaviour where practical, and follow [../../SERVER-STANDARDS.md](../../SERVER-STANDARDS.md).
|
|
|