Topic: Where is the ./musicbrainz_server.pl -r ?
After updating to the newest http://blog.musicbrainz.org/?p=1343 server version, I can't find the start script
./musicbrainz-server/script/musicbrainz_server.pl -r
anymore.
Do we have a new start command for the server?
Who will update all the wiki-/INSTALL/Setup-Instructions accordingly?
Update:
I found the new start command in the file https://github.com/metabrainz/musicbrai … er/INSTALL
carton exec -- plackup -Ilib -r
BUT:
You have to install
sudo cpan Carton
first and then
carton install --deployment
Unfortunately, even with all this new stuff, I can't start the server anymore.
That's all what I get:
musicbrainz@ubuntu:~/musicbrainz-server$ carton exec -- plackup -Ilib -r
Watching ./lib app.psgi for file updates.
Error while loading app.psgi: Can't locate Catalyst/Plugin/StackTrace.pm in @INC (@INC contains: lib local/lib/perl5/i686-linux-gnu-thread-multi-64int local/lib/perl5 . /usr/share/perl/5.12 /usr/lib/perl/5.12) at local/lib/perl5/Module/Runtime.pm line 205.
at app.psgi line 21
Compilation failed in require at app.psgi line 21.
BEGIN failed--compilation aborted at app.psgi line 21.