mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add baldinof/roadrunner-bundle
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
baldinof_road_runner:
|
||||||
|
should_reboot_kernel: false
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%/"
|
||||||
|
},
|
||||||
|
"copy-from-package": {
|
||||||
|
".rr.yaml": ".rr.yaml"
|
||||||
|
},
|
||||||
|
"bundles": {
|
||||||
|
"Baldinof\\RoadRunnerBundle\\BaldinofRoadRunnerBundle": ["all"]
|
||||||
|
},
|
||||||
|
"gitignore": [
|
||||||
|
"/bin/rr"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<bg=blue;fg=white> </>
|
||||||
|
<bg=blue;fg=white> What's next for RoadRunner Bundle </>
|
||||||
|
<bg=blue;fg=white> </>
|
||||||
|
|
||||||
|
* <fg=blue>Download</> RoadRunner locally: <comment>vendor/bin/rr get --location bin/</>
|
||||||
|
* <fg=blue>Run</> your application: <comment>bin/rr serve --debug</>
|
||||||
|
* Visit http://localhost:8080
|
||||||
Reference in New Issue
Block a user