mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
9 lines
533 B
Plaintext
9 lines
533 B
Plaintext
// Note: Installing the <comment>spiral/roadrunner-cli</> package is not mandatory
|
|
// There is alternatives to install the RoadRunner binary:
|
|
// See <fg=blue>https://roadrunner.dev/docs/intro-install/2023.x</>
|
|
|
|
* <fg=blue>Download</> RoadRunner locally: <comment>composer require spiral/roadrunner-cli && vendor/bin/rr get --location bin/</>
|
|
* <fg=blue>Run</> your application: <comment>bin/rr serve -c .rr.dev.yaml --debug</>
|
|
* <fg=blue>For production, use:</> <comment>bin/rr serve</>
|
|
* Visit http://localhost:8080
|