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