Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 998 Bytes

SETUP.md

File metadata and controls

40 lines (31 loc) · 998 Bytes

spotify-kidsplayer | Setup | back

Get it

git clone git@github.com:seekwhencer/spotify-kidsplayer.git
cd spotify-kidsplayer

# change file permissions to execute
chmod +x ./setup.sh
./setup.sh
  • installing docker and docker compose
  • create persistent docker volumes

Config files

  • .env

Used by docker-compose, bash scripts and the server app.

cp .env.example .env
nano .env
  • server/config/default.conf

Used by the server app.

cp server/config/example.conf server/config/default.conf
nano server/config/default.conf

All properties from the config/default.conf can be changed with the in-app setup and will be stored in the database.

  • spotifyd/spotifyd.conf

This file will be generated. Just edit the server/config/default.conf

Database

Database Setup

Spotify