Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Steven Hildreth edited this page Nov 27, 2019 · 11 revisions

Welcome to the Roadie API wiki!

Roadie setup is simple; configure appsettings.json file, create a user account (first account becomes the admin) via roadie-vuejs, add some music files, scan library, stream music, profit!

Simple steps to getting your own Roadie instance going:

  1. Database
    • If you want to use SQLite continue with setup - no extra steps are necessary.
    • If you want to use a database server. Follow the setup guide.
    • If you want to use files for database. See "FileDatabaseOptions" in configuration guide.
  2. Modify the appsettings.json configurations. Follow the configuration guide.
  3. Process your music files. Follow the adding music guide.
  4. Setup some client (roadie-vuejs is recommended) and point your browser to it. Create a new login (first login is set with admin rights). You can also use any Subsonic app (DSub is recommended).
  5. Search, find music, click play and enjoy streaming goodness.

Also see this walkthrough on setting up with a MariaDB database on Centos 7.

Clone this wiki locally