Prerequisites
mise for Runtime Management
We recommend using mise to manage Elixir and Erlang versions. mise ensures you’re running the exact runtime versions Symphony expects.mise reads
.mise.toml in the repository root to install the correct Elixir and Erlang versions automatically.Installation Steps
Trust and install runtime dependencies
Symphony’s Verify the installation:
.mise.toml specifies Elixir 1.19.x and OTP 28:The
mise exec -- prefix runs commands with the project’s configured Elixir/Erlang versions.Install Elixir dependencies
mix deps.get and any other setup tasks defined in the project.Verify Installation
Check that the binary was created:Next Steps
Configuration
Learn about all configuration options available in WORKFLOW.md
Workflow File
Deep dive into YAML frontmatter and Liquid templating