> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skrmir.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment Guide

> Deployment guidance for local, single-node, and multi-node AiOS environments.

# Deployment Guide

## Deployment Modes

* local development mode
* single-node mode (PoC and small teams)
* multi-node mode (long-running production workloads)

## Planned CLI Preflight Checks (Not Yet Implemented)

The repository does not currently ship these deployment-check commands. They are retained only as direction for a future operations CLI.

```bash theme={null}
aios doctor
aios config show
```

## Standard Deployment Flow

1. initialize configuration
2. prepare infrastructure
3. deploy platform components
4. deploy business applications
5. validate and observe

## Related Pages

* [Platform Overview](/en/platform/index)
* [Configuration Reference](/en/platform/config-reference)
* [Application Delivery Overview](/en/platform/application-delivery)
