From 7af66cb092809dfe11333ff482654cf76945cd54 Mon Sep 17 00:00:00 2001 From: mamazu <14860264+mamazu@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:09:05 +0100 Subject: [PATCH] [sulu/automation-bundle] Version 2 (#1943) * Adding recipie for automation bundle * Using the correct files --- .../2.0/config/routes/sulu_automation_admin.yaml | 7 +++++++ sulu/automation-bundle/2.0/manifest.json | 8 ++++++++ sulu/automation-bundle/2.0/post-install.txt | 6 ++++++ 3 files changed, 21 insertions(+) create mode 100644 sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml create mode 100644 sulu/automation-bundle/2.0/manifest.json create mode 100644 sulu/automation-bundle/2.0/post-install.txt diff --git a/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml b/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml new file mode 100644 index 00000000..af1f590e --- /dev/null +++ b/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml @@ -0,0 +1,7 @@ +sulu_automation_api: + resource: "@SuluAutomationBundle/Resources/config/routing_api.yml" + prefix: /admin/api + +sulu_automation: + resource: "@SuluAutomationBundle/Resources/config/routing.yml" + prefix: /admin/automation diff --git a/sulu/automation-bundle/2.0/manifest.json b/sulu/automation-bundle/2.0/manifest.json new file mode 100644 index 00000000..3e1894ef --- /dev/null +++ b/sulu/automation-bundle/2.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sulu/automation-bundle/2.0/post-install.txt b/sulu/automation-bundle/2.0/post-install.txt new file mode 100644 index 00000000..1f861c71 --- /dev/null +++ b/sulu/automation-bundle/2.0/post-install.txt @@ -0,0 +1,6 @@ + * The SuluAutomationBundle is almost ready: + 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql. + 2. If the statements look fine to you, run the same command using --force to execute them. + 3. Make sure your user has all the necessary permissions for the SuluAutomationBundle. + + * Read the documentation at https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md