From cbe9aca4a3b0c227d704b69f51500f9b5c707d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Kulh=C3=A1nek?= Date: Sun, 11 Oct 2020 21:51:20 +0200 Subject: [PATCH] Add recipe for helppc/supervisor-bundle --- .../1.0/config/packages/helppc_supervisor.yaml | 8 ++++++++ .../1.0/config/routes/helppc_supervisor.yaml | 3 +++ helppc/supervisor-bundle/1.0/manifest.json | 9 +++++++++ 3 files changed, 20 insertions(+) create mode 100644 helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml create mode 100644 helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml create mode 100644 helppc/supervisor-bundle/1.0/manifest.json diff --git a/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml b/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml new file mode 100644 index 00000000..1e3ca8b0 --- /dev/null +++ b/helppc/supervisor-bundle/1.0/config/packages/helppc_supervisor.yaml @@ -0,0 +1,8 @@ +supervisor: + default_environment: all + servers: + all: + localhost: + scheme: http + host: 127.0.0.1 + port: 9001 diff --git a/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml b/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml new file mode 100644 index 00000000..151af159 --- /dev/null +++ b/helppc/supervisor-bundle/1.0/config/routes/helppc_supervisor.yaml @@ -0,0 +1,3 @@ +supervisor: + resource: "@SupervisorBundle/Resources/config/routing.xml" + prefix: /supervisor diff --git a/helppc/supervisor-bundle/1.0/manifest.json b/helppc/supervisor-bundle/1.0/manifest.json new file mode 100644 index 00000000..dae33c5f --- /dev/null +++ b/helppc/supervisor-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "HelpPC\\Bundle\\SupervisorBundle\\SupervisorBundle": ["all"] + }, + "aliases": ["supervisor", "supervisor-ui", "supervisorui"], + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}