summarylogtreecommitdiffstats
path: root/koel.install
diff options
context:
space:
mode:
authorAzphreal2017-02-14 11:25:28 +1100
committerAzphreal2017-02-14 11:25:28 +1100
commit0418358ddd8ef25c870bf040cb84287bf0b20431 (patch)
treea8c9f27e06d71c2e21f5b974a364646a33bcfc9a /koel.install
downloadaur-0418358ddd8ef25c870bf040cb84287bf0b20431.tar.gz
initial commit
Diffstat (limited to 'koel.install')
-rw-r--r--koel.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/koel.install b/koel.install
new file mode 100644
index 000000000000..f67e2e09b60c
--- /dev/null
+++ b/koel.install
@@ -0,0 +1,3 @@
+post_install() {
+ 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."
+}