Start here
First deployment path
The smallest path is: create a project, choose an environment, register an SSH server, create a resource, request a deployment, then observe the access URL, status, logs, and diagnostics.
Choose an entrypoint
- Use the Web console for interactive configuration and status review.
- Use the CLI for local development, server-local operation, and GitHub Actions.
- Use the HTTP API for integrations and control-plane automation.
Success check
A successful minimal deployment should answer:
- Which resource was deployed to which server.
- Which source, runtime, and network settings Appaloft used.
- Which lifecycle status the deployment reached.
- Which URL the user should open.
- Which diagnostic summary should be copied when support context is needed.
Next links
- Deployment lifecycle explains deployment stages.
- Register and test a server explains SSH target setup.
- Logs and health explains status, logs, and recovery.