Installation
Pre-built Binaries
Docker
FROM ghcr.io/roadrunner-server/roadrunner:2024.X.X AS roadrunner
FROM php:8.x-cli
COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr
# Install and configure your application
# ...
CMD rr serve -c .rr.yamlComposer
Debian Package
macOS package using Homebrew:
Windows using Chocolatey:
CURL
What's Next?
Last updated