|
@@ -181,8 +181,7 @@
|
|
|
"chown -Rf www-data:www-data app/Resources/workflows",
|
|
|
"cp -n app/Resources/workflows/workflow_list.yml.dist app/Resources/workflows/workflow_list.yml",
|
|
|
"chown -Rf www-data:www-data app/Resources/workflows/workflow_list.yml",
|
|
|
- "chown -Rf www-data:www-data web/workflows_png",
|
|
|
- "php bin/console workflow:default --class=CablemodemBundle\\\\Entity\\\\Cablemodem --all"
|
|
|
+ "chown -Rf www-data:www-data web/workflows_png"
|
|
|
],
|
|
|
"symfony-scripts": [
|
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
@@ -198,22 +197,25 @@
|
|
|
"doctrine-migrations": "php bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration",
|
|
|
"auto-increment": "php bin/console baseadmin:autoincrement",
|
|
|
"init-template-docsis": "php bin/console init:templates:docsis",
|
|
|
+ "workflow-default": "php bin/console workflow:default --class=CablemodemBundle\\\\Entity\\\\Cablemodem --all",
|
|
|
"post-install-cmd": [
|
|
|
- "@symfony-scripts",
|
|
|
"@workflows-commands",
|
|
|
+ "@symfony-scripts",
|
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
|
"@chmod-dir-cache-sessions-logs",
|
|
|
"@doctrine-update",
|
|
|
"@auto-increment",
|
|
|
"@doctrine-migrations",
|
|
|
- "@init-template-docsis"
|
|
|
+ "@init-template-docsis",
|
|
|
+ "@workflow-default"
|
|
|
],
|
|
|
"post-update-cmd": [
|
|
|
- "@symfony-scripts",
|
|
|
"@workflows-commands",
|
|
|
+ "@symfony-scripts",
|
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
|
"@chmod-dir-cache-sessions-logs",
|
|
|
- "@auto-increment"
|
|
|
+ "@auto-increment",
|
|
|
+ "@workflow-default"
|
|
|
]
|
|
|
},
|
|
|
"extra": {
|