mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
[sulu/automation-bundle] Version 2 (#1943)
* Adding recipie for automation bundle * Using the correct files
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
@@ -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</>
|
||||
Reference in New Issue
Block a user