run-koel.sh 148 B

123456
  1. set -ex
  2. php artisan koel:init
  3. # TODO use apache or nginx https://koel.phanan.net/docs/#/?id=manually
  4. php artisan serve --host=0.0.0.0 --port 8080