Quick Start
Step 1: Download RR for your platform
Step 2: Install PHP
Step 3: Create a simple configuration
version: "3"
server:
command: "php psr-worker.php"
http:
address: 0.0.0.0:8080
# Do not use development mode in production
logs:
level: debug
mode: developmentStep 4: Create a simple worker
Step 5: Start the server


Last updated