Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

executable file
·
25 lines (17 loc) · 1.13 KB

MusicBot-web project

build-status Latest Release GitHub

A web client for the MusicBot project.

Install using pre-built files

  1. Download the latest musicbot-web.zip from the release section.
  2. Extract the zip and enter the directory
  3. Configure a registry instance
  4. Edit the config.json file to link to your registry
  5. Serve the pre-build files with a http-server of your choice.

Install using Docker and docker-compose

(Requirement: Docker)

Spin up the latest release by calling:

docker run -p 80:80 FelixGail/Musicbot-web:latest