summarylogtreecommitdiffstats
path: root/koel.install
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-11-21 12:21:36 +0100
committerFrancesco Minnocci2021-11-21 12:21:36 +0100
commite862cad12516bc65c087fdf7f0fdc6f00cbfaf34 (patch)
treed177132a9e76744d7a316fd8fb08a0d5e647d6a6 /koel.install
parent318edbe7fff30c787c19004c4a17f94d5f3d868f (diff)
downloadaur-e862cad12516bc65c087fdf7f0fdc6f00cbfaf34.tar.gz
Upload although it's not working yet
Diffstat (limited to 'koel.install')
-rw-r--r--koel.install13
1 files changed, 8 insertions, 5 deletions
diff --git a/koel.install b/koel.install
index a021e7351b70..5bbcd3e9a699 100644
--- a/koel.install
+++ b/koel.install
@@ -1,10 +1,13 @@
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."
+ 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 --no-assets'.\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
+ # cd /usr/share/webapps/koel
+
+ # composer install
+ # php artisan koel:init --no-assets
+
+ # php artisan serve
#}