mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-11 07:09:17 +02:00
pelican-panel: create missing sqlite database file before install
This commit is contained in:
@@ -25,6 +25,8 @@ fetch_and_deploy_gh_release "pelican-panel" "pelican-dev/panel" "prebuild" "late
|
||||
|
||||
msg_info "Installing Pelican Panel"
|
||||
cd /opt/pelican-panel
|
||||
mkdir -p /opt/pelican-panel/database
|
||||
touch /opt/pelican-panel/database/database.sqlite
|
||||
$STD composer install --no-dev --optimize-autoloader --no-interaction
|
||||
$STD php artisan p:environment:setup
|
||||
$STD php artisan p:environment:queue-service --no-interaction
|
||||
|
||||
Reference in New Issue
Block a user