I’ve just finished uploading the Virtual Machine for MusicBrainz Next Generation Schema Release Candidate 1. This virtual machine is setup as a slave and can pull replication data from the test server by running the admin/replication/LoadReplicationChanges from the musicbrainz-server codebase about 10 minutes after every hour.
This is an easy way to jump in and take a look at how NGS and replication in NGS will work! (hint: the replication doesn’t change much)
I’m quite new to this, but isn’t a login / password required ?
mll: I forgot to include the link to the wiki page that gives more details on how to use the VM.
I tried MusicBrainz_NGS_vm_20110119.ova
I fail immediately with:
./script/musicbrainz_server.pl -r
Couldn’t load class (MusicBrainz::Server) because: Can’t locate CGI/Expand.pm in @INC (…) at …/musicbrainz-server/script/../lib/MusicBrainz/Server/Wizard/ReleaseEditor/Add.pm line 5.
bgspence:
Try this:
$ sudo su –
(the password is “musicbrainz”)
# cpan
cpan> install CGI::Expand
cpan> quit
# exit
Thanks, that worked.
I can search and get local results (after checking the ‘Direct Search’ checkbox)