Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sulu_automation_api:
resource: "@SuluAutomationBundle/Resources/config/routing_api.yaml"
prefix: /admin/api
8 changes: 8 additions & 0 deletions sulu/automation-bundle/2.2/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
6 changes: 6 additions & 0 deletions sulu/automation-bundle/2.2/post-install.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* The <fg=green>SuluAutomationBundle</> is almost ready:
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
3. Make sure your user has all the necessary permissions for the <fg=green>SuluAutomationBundle</>.

* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md</>
Loading