This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
self-hosting/koel/README.md

16 lines
539 B
Markdown
Raw Permalink Normal View History

2021-01-10 14:50:14 +01:00
# Koel
[Koel](https://github.com/koel/koel) is a self-hostable music server.
# Initial setup
After launching the application for the first time, you have to run the initial
setup. This can be done using the following command:
```
docker exec -it koel_app_1 php artisan koel:init
```
This will ask you to configure the admin user etc. The location for the music
can be left as the default (`/music`). The command will error out after asking
this; this is normal. Even though an error occurred, the system still
initialized successfully.