add setup command; closes #27
This commit is contained in:
parent
7670cf1466
commit
09d9f2a064
4 changed files with 10 additions and 65 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue