Commit 64729045971fc6a38874be893acb4d7e221e8aea

Authored by Yarik
1 parent a7a2854d

Post-install cmd

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
composer.json
... ... @@ -47,7 +47,8 @@
47 47 }
48 48 },
49 49 "scripts": {
50   - "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb"
  50 + "post-install-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb",
  51 + "post-create-project-cmd": "php init --env=Development --overwrite=All --dbinit --dbtype=postgresql --dbname=artbox_basic --username=postgres --password=postgres --migrationPath=artweb/artbox-core/migrations --migrate=yes --defaultuser --checkdb"
51 52 },
52 53 "repositories": [
53 54 {
... ...