after upgrading the musicbrainz vm server (musicbrainz-server-vmware-2014-05-14.ova) to the newest schema, the web services local mirror website running on port 5000 has its CSS and JavaScript all messed up. how can I fix that?
of course no idea, maybe it breaks something else thgouh (._.?)
Freso joined the channel
zas joined the channel
Kovensky joined the channel
ruaok joined the channel
CatQuest joined the channel
diana_olhovik joined the channel
D4RK-PH0ENiX joined the channel
CatQuest joined the channel
johtso_ joined the channel
reosarevok joined the channel
yeeeargh joined the channel
angst911 joined the channel
angst911
Anyone online have experience with the VM that is published? Running into trouble upgrading Schema 21 --> 22
After updating to schema change commit, and running ./upgrade.sh server won't start
Freso
angst911: ruaok said he'd be getting a new schema 22 VM out in the first week of June. I guess he hasn't gotten around to it, but maybe it's just around the corner?
ocharles_: rob also mentioned "unless ocharles_ beats me to it", IIRC. Are you about to beat him to it? :)
angst911
I might just give up on the VM and try to build from source, what version of ubuntu is recommended?
Still, do you reckon we should add the client_encoding parameter to create_engine?
Freso
angst911: Did you do the thing to install Perl dependencies?
Gentlecat
dufferzafar: something about locales might be different in your postgres setup
but yes, adding this parameter might be useful
ruaok joined the channel
angst911
I'm trying to perl deps updated
looks like a new dependency wasn't listed in release notes
Freso: VM doesn't come with cpanm loaded by default, trying to get it to work currently
sigh, cpanm --installdeps hates me, always times out while configuring. Manually get Text::Markdown 1.0.26 installed, now the pages load, just with no images or formatting
JesseW joined the channel
diana_olhovik_ joined the channel
dufferzafar
Gentlecat: I think a "Delete this review" button should also be displayed on review edit page.
it wouldn't hurt, would it?
Gentlecat
sure
angst911
Just an update for those listening to me & the VM... display issue was due to changes to nodejs created files. 1. apt-get remove nodejs npm 2. apt-get autoremove 3. install nodejs manually via package manager instructions at https://github.com/joyent/node/wiki/Installing-...
4. Follow instructions in install.md for updating node.js dependencies and gulp script
Also, had to go back to server setup directions (install.md) and make sure to setup cpanm variables and run as musicbrainz user (not root), then dep check worked
Now everything works at the commit before the schema update
rvedotrc joined the channel
CallerNo6
huh. was the vm's version of node too old?
angst911
it didn't even have it
and ubnutu 12.04LTS version in it's repo is ancient
it has a bug preventing most npm install commands from working
complains about versions not being available
AFK
Freso
CallerNo6: The "current" VM is two schema changes behind.
CallerNo6
... and at first glance it looks like the docker file would be easy to modify (to change the server version it installs)