This commit is contained in:
frju365 2019-01-02 22:18:24 +01:00
parent 2b89f1c5d1
commit a96316bfba
No known key found for this signature in database
GPG key ID: 59BFB76C5925FC73

View file

@ -165,13 +165,15 @@ ynh_setup_source "$final_path"
# Install Pterodactyl
#==============================================
chmod -R 755 $final_path/storage/* $final_path/bootstrap/cache
pushd $final_path
chmod -R 755 storage/* bootstrap/cache
composer install --no-progress
php artisan key:generate --force
php artisan migrate
php artisan db:seed
php artisan p:user:make --name-first $admin --name-last $admin --username $admin --email $email --password $password --admin 1
php artisan p:environment:setup --author=$email --url=https://$domain --timezone=America/New_York --cache=redis --session=database --queue=redis --disable-settings-ui --redis-host=127.0.0.1 --redis-pass= --redis-port=6379
popd
#=================================================
# SETUP SYSTEMD