Skip to content
Snippets Groups Projects
user avatar
Agate authored
aeaa06d4

Funkwhale demo

Installation

Clone the repository:

cd /srv
git clone https://dev.funkwhale.audio/funkwhale/demo.git funkwhale-demo
cd funkwhale-demo

Download demo tracks (courtesy of Jamendo):

./download-tracks.sh

Then set up everything:

./setup-demo.sh

This will take care of pulling git repositories, spin up docker containers, etc.

Deploy nginx config:

cp nginx.conf /etc/nginx/conf.d/funkwhale-demo.conf

Upgrading

./setup-demo may be called whenever if you want to update the demo to newer versions.

Wipe the demo

Add this to your crontab:

@hourly cd /srv/funkwhale-demo && ./setup-demo.sh