Skip to content

Commit 3de6860

Browse files
Add recipe for sulu/automation-bundle 2.2 (#1982)
* Add recipe for sulu/automation-bundle 2.2 * Update sulu_automation_admin.yaml
1 parent 378c7a1 commit 3de6860

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sulu_automation_api:
2+
resource: "@SuluAutomationBundle/Resources/config/routing_api.yaml"
3+
prefix: /admin/api
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* The <fg=green>SuluAutomationBundle</> is almost ready:
2+
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
3+
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
4+
3. Make sure your user has all the necessary permissions for the <fg=green>SuluAutomationBundle</>.
5+
6+
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md</>

0 commit comments

Comments
 (0)