summarylogtreecommitdiffstats
path: root/koel.install
diff options
context:
space:
mode:
Diffstat (limited to 'koel.install')
-rw-r--r--koel.install18
1 files changed, 9 insertions, 9 deletions
diff --git a/koel.install b/koel.install
index 5bbcd3e9a699..50b312f0c484 100644
--- a/koel.install
+++ b/koel.install
@@ -1,13 +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 --no-assets'.\n==> Remove your admin details afterward.\n==> Use 'php composer koel:sync' to update your library from the\n==> command line."
+ 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 artisan koel:init --no-assets'.\n==> Finally use 'php artisan serve' to start the server,\n==> and your admin details afterwards.\n==> Use 'php artisan koel:sync' to update your library from the\n==> command line."
}
-#post_upgrade() {
- # cd /usr/share/webapps/koel
-
- # composer install
- # php artisan koel:init --no-assets
-
- # php artisan serve
-#}
+# post_upgrade() {
+# cd /usr/share/webapps/koel
+#
+# composer install
+# php artisan koel:init --no-assets
+#
+# php artisan serve
+# }