spotify-kidsplayer | Setup | back
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
Used by docker-compose, bash scripts and the server app.
cp .env.example .env
nano .env
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.
This file will be generated.
Just edit the server/config/default.conf