Commit 127456c6fda0f6a520d68d3e37ceb101425f3f8b
1 parent
5c889478
v0.0.1-stable
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
composer.json
@@ -46,6 +46,12 @@ | @@ -46,6 +46,12 @@ | ||
46 | "bower-asset-library": "vendor/bower" | 46 | "bower-asset-library": "vendor/bower" |
47 | } | 47 | } |
48 | }, | 48 | }, |
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", | ||
51 | + "post-create-project-cmd": [ | ||
52 | + "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" | ||
53 | + ] | ||
54 | + }, | ||
49 | "repositories": [ | 55 | "repositories": [ |
50 | { | 56 | { |
51 | "type": "vcs", | 57 | "type": "vcs", |