diff --git a/installers/linux/README.md b/installers/linux/README.md new file mode 100644 index 0000000..5af5682 --- /dev/null +++ b/installers/linux/README.md @@ -0,0 +1,17 @@ +# Linux Installer (Console — on-prem) + +Native Linux installer for Device Management Toolkit (Console) on-prem. + +**Status:** Not yet implemented. + +## Scope + +- `.deb`, `.rpm`, and shell-based options. +- x86_64 and arm64. +- systemd service integration. +- Idempotent reinstall and clean uninstall. + +## Out of scope + +- Cloud (use `bicep/` or `charts/` with `values-cloud.yaml`). +- Multi-host clustering (use `charts/` with `values-onprem.yaml`). diff --git a/installers/macos/README.md b/installers/macos/README.md new file mode 100644 index 0000000..7c49e37 --- /dev/null +++ b/installers/macos/README.md @@ -0,0 +1,16 @@ +# macOS Installer (Console — on-prem) + +Native macOS installer for Device Management Toolkit (Console) on-prem. + +**Status:** Not yet implemented. + +## Scope + +- `.pkg` or shell-based installer that provisions Console + dependencies (postgres, vault) on a single macOS host. +- Apple Silicon and Intel. +- Idempotent reinstall and clean uninstall. + +## Out of scope + +- Cloud (use `bicep/` or `charts/` with `values-cloud.yaml`). +- Multi-host clustering (use `charts/` with `values-onprem.yaml` on a k8s cluster). diff --git a/installers/windows/README.md b/installers/windows/README.md new file mode 100644 index 0000000..4a86aa6 --- /dev/null +++ b/installers/windows/README.md @@ -0,0 +1,17 @@ +# Windows Installer (Console — on-prem) + +Native Windows installer for Device Management Toolkit (Console) on-prem. + +**Status:** Not yet implemented. + +## Scope + +- `.msi` (WiX) primary, optional standalone `.exe`. +- x86_64. +- Windows Service registration. +- Idempotent reinstall and clean uninstall. + +## Out of scope + +- Cloud (use `bicep/` or `charts/` with `values-cloud.yaml`). +- Multi-host clustering (use `charts/` with `values-onprem.yaml`).