add setup command; closes #27

This commit is contained in:
Dane Everitt 2016-01-16 00:37:06 -05:00
parent 7670cf1466
commit 09d9f2a064
4 changed files with 10 additions and 65 deletions

View file

@ -54,6 +54,14 @@
],
"post-update-cmd": [
"php artisan optimize"
],
"setup": [
"composer install",
"php -r \"copy('.env.example', '.env');\"",
"php vendor/bin/homestead make --ip=192.168.10.32",
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
"rm Homestead.yaml.bak",
"php artisan key:generate"
]
},
"config": {