summarylogtreecommitdiffstats
path: root/koel.install
diff options
context:
space:
mode:
authorJonas Heinrich2018-10-13 17:38:36 +0200
committerJonas Heinrich2018-10-13 17:38:36 +0200
commit6e90ae24ec96b3643b1a28042b6dc5810c5f68c0 (patch)
tree87b96ff38e4f5457ce2daf37a3914b763fd6b8b3 /koel.install
parent8bd49b28da125035c0904af9f7bfb36685f195d1 (diff)
downloadaur-6e90ae24ec96b3643b1a28042b6dc5810c5f68c0.tar.gz
added yarn install to build instructions
Diffstat (limited to 'koel.install')
-rw-r--r--koel.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/koel.install b/koel.install
index 5c394e632668..a021e7351b70 100644
--- a/koel.install
+++ b/koel.install
@@ -1,4 +1,5 @@
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."
}