Getting Started¶
Welcome to Acteon! This section will guide you through installing, configuring, and running your first action gateway.
Prerequisites¶
- Rust 1.88+ and Cargo (for building from source)
- Docker (optional, for running backend databases)
In This Section¶
Installation¶
Build Acteon from source, configure feature flags, and set up Docker backends.
Quick Start¶
Run the server, dispatch your first action, and see it in the Swagger UI.
Configuration¶
Complete reference for the acteon.toml configuration file, covering every section and option.