From 5ff69cf1f839ee3efa551099a8685d61d5c5e6d2 Mon Sep 17 00:00:00 2001 From: jon r Date: Thu, 10 Oct 2024 20:29:46 +0200 Subject: [PATCH] docs(setup/docker): remove fake data instructions addresses #2343 --- docs/developer/setup/docker.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/developer/setup/docker.md b/docs/developer/setup/docker.md index 9f366dacb..62f0f7717 100644 --- a/docs/developer/setup/docker.md +++ b/docs/developer/setup/docker.md @@ -146,18 +146,6 @@ docker compose down --volumes rm -rf .state/ ``` -### Set up local data for development - -You can create local data to mimic a live environment. - -Add some fake data to populate the database. The following command creates 25 artists with random albums, tracks, and metadata. - -```sh -artists=25 # Adds 25 fake artists -command="from funkwhale_api.music import fake_data; fake_data.create_data($artists)" -echo $command | docker compose run --rm -T api funkwhale-manage shell -i python -``` - ### Running multiple instances Set up as many different projects as you need. Make sure the `COMPOSE_PROJECT_NAME` and `VUE_PORT` variables are unique per instance