Update install.sh

This commit is contained in:
Bozhidar Slaveykov 2023-11-23 22:42:49 +02:00
parent 3f8d65c9cf
commit 363d1088f6

View file

@ -102,4 +102,13 @@ php8.2 composer-setup.php
php8.2 -r "unlink('composer-setup.php');"
php8.2 composer.phar install --no-dev --optimize-autoloader --no-interaction
# Configure the application
cp .env.example .env
php8.2 artisan key:generate
php8.2 artisan migrate --force
php8.2 artisan db:seed --force
sudo chmod -R o+w /usr/local/alpha-x-panel/web/storage/
sudo chmod -R o+w /usr/local/alpha-x-panel/web/bootstrap/cache/
#systemctl status php8.2-fpm.service