|
@@ -182,8 +182,7 @@
|
|
"chown -Rf www-data:www-data app/Resources/workflows",
|
|
"chown -Rf www-data:www-data app/Resources/workflows",
|
|
"cp -n app/Resources/workflows/workflow_list.yml.dist app/Resources/workflows/workflow_list.yml",
|
|
"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 app/Resources/workflows/workflow_list.yml",
|
|
- "chown -Rf www-data:www-data web/workflows_png",
|
|
|
|
- "php bin/console workflow:default --class=FTTHBundle\\\\Entity\\\\ONU --all"
|
|
|
|
|
|
+ "chown -Rf www-data:www-data web/workflows_png"
|
|
],
|
|
],
|
|
"symfony-scripts": [
|
|
"symfony-scripts": [
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
|
@@ -199,6 +198,7 @@
|
|
"doctrine-migrations": "php bin/console doctrine:migrations:migrate --no-interaction -vvv",
|
|
"doctrine-migrations": "php bin/console doctrine:migrations:migrate --no-interaction -vvv",
|
|
"doctrine-update": "php bin/console doctrine:schema:update --force",
|
|
"doctrine-update": "php bin/console doctrine:schema:update --force",
|
|
"auto-increment": "php bin/console baseadmin:autoincrement",
|
|
"auto-increment": "php bin/console baseadmin:autoincrement",
|
|
|
|
+ "workflow-default": "php bin/console workflow:default --class=FTTHBundle\\\\Entity\\\\ONU --all",
|
|
"post-install-cmd": [
|
|
"post-install-cmd": [
|
|
"@workflows-commands",
|
|
"@workflows-commands",
|
|
"@symfony-scripts",
|
|
"@symfony-scripts",
|
|
@@ -208,14 +208,16 @@
|
|
"@doctrine-update",
|
|
"@doctrine-update",
|
|
"@auto-increment",
|
|
"@auto-increment",
|
|
"@doctrine-migrations-down",
|
|
"@doctrine-migrations-down",
|
|
- "@doctrine-migrations"
|
|
|
|
|
|
+ "@doctrine-migrations",
|
|
|
|
+ "@workflow-default"
|
|
],
|
|
],
|
|
"post-update-cmd": [
|
|
"post-update-cmd": [
|
|
"@workflows-commands",
|
|
"@workflows-commands",
|
|
"@symfony-scripts",
|
|
"@symfony-scripts",
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
"@mkdir-dir-cache-sessions-logs",
|
|
"@chmod-dir-cache-sessions-logs",
|
|
"@chmod-dir-cache-sessions-logs",
|
|
- "@auto-increment"
|
|
|
|
|
|
+ "@auto-increment",
|
|
|
|
+ "@workflow-default"
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"extra": {
|
|
"extra": {
|