mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
add setup command; closes #27
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user