summarylogtreecommitdiffstats
path: root/koel.install
blob: a021e7351b70e49a802beec99da4a6c4d25a7ce0 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
    chown -R http:http /usr/share/webapps/koel/storage /usr/share/webapps/koel/public
    printf "==> Edit the .env file at /usr/share/webapps/koel with your chosen\n==> database settings and add the details for your admin account\n==> then run 'php composer koel:init'.\n==> Remove your admin details afterward.\n==> Use 'php composer koel:sync' to update your library from the\n==> command line."
}

#post_upgrade() {
    #cd /usr/share/webapps/koel
    #composer install
    #php artisan koel:init
#}