You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing the dev local setup. after running this command docker compose run --rm musicbrainz createdb.sh -sample -fetch
i receive this message in the console
diff: lib/DBDefs.pm: No such file or directory
/usr/local/bin/update-perl.sh: line 7: lib/DBDefs.pm: No such file or directory
not sure what to make of that...
The text was updated successfully, but these errors were encountered:
file has to be copied from docker-server sample into docker-server/lib. Also need to set MUSICBRAINZ_STANDALONE_SERVER=1 in .env if doing local dev setup
I'm doing the dev local setup. after running this command
docker compose run --rm musicbrainz createdb.sh -sample -fetch
i receive this message in the console
not sure what to make of that...
The text was updated successfully, but these errors were encountered: