They “should” also be the same because of npm-shrinkwrap, of course.
2016-01-30 03017, 2016
zas
they are managed by npm ? and cookbooks don't ensure modules are the same ?
2016-01-30 03007, 2016
chirlu`
I don’t actually know how they are handled on the production servers.
2016-01-30 03012, 2016
kartikgupta0909
alastairp: Do I need to download the full data dump to run the server?
2016-01-30 03053, 2016
chirlu`
On my sandbox, I get common-3aaacece99.js, i.e. what the dagon+lobe group has.
2016-01-30 03017, 2016
alastairp
kartikgupta0909: no, you don't
2016-01-30 03025, 2016
chirlu`
(Completely unrelated: Interesting that there is still a number of browsers that don’t understand the data: URL scheme.)
2016-01-30 03042, 2016
alastairp
the easiest way would be to download the sunmission client: http://acousticbrainz.org/download and set the config to point to your server
2016-01-30 03048, 2016
alastairp
then submit a few albums
2016-01-30 03056, 2016
kartikgupta0909
alastairp: Oh okay, thanks for the info. And also i was able to run the the fab build_static, but I had to install all the babel modules on my own
2016-01-30 03005, 2016
kartikgupta0909
It might be possible that there are a few errors in the Vagrant file or setup_app.sh . If you also found the same errors probably I can help fixing them
2016-01-30 03053, 2016
alastairp
neither Gentlecat nor I had that error installing
2016-01-30 03001, 2016
chirlu`
zas, this should generate a list of package versions for comparison: grep '"version":' node_modules/*/package.json
2016-01-30 03003, 2016
alastairp
so if you can work out what the problem is, that’d be good
2016-01-30 03052, 2016
kartikgupta0909
alastairp: Oh okay, also I cant find the server.py file
2016-01-30 03040, 2016
zas
chirlu`: astro has npm 3.5.3 while others run 2.14.12
2016-01-30 03021, 2016
chirlu`
Hm, I think it shouldn’t work with npm before version 3.
having files in different order could explain the different hash on different machines, if not explicit sort is used, but i don't know anything about this stuff
2016-01-30 03015, 2016
chirlu`
I wonder if the many requests for /images/favicons/discogs-16.png are due to some userscript.
I ran compile_resources on astro and dagon again, and they still produced different hashes. so I'm doing a closer comparison of the node_modules/ folders
2016-01-30 03014, 2016
chirlu`
That would indicate that dagon and lobe used uglify ≥ 2.6.0, while the other frontends did not.
2016-01-30 03018, 2016
bitmap
ah.
2016-01-30 03047, 2016
bitmap
so there's a ./node_modules/uglifyify/node_modules/uglify-js/ on astro, which is 2.4.23
2016-01-30 03022, 2016
bitmap
there's also ./node_modules/uglify-js at 2.6.1, but it prefers the local node_modules/ first
2016-01-30 03013, 2016
bitmap
not sure why the tree is in that state :/ I'll be adding back the rm -r node_modules, though
perhaps on lolo since it's otherwise idle when it's not doing sitemaps?
2016-01-30 03047, 2016
Leo_Verto joined the channel
2016-01-30 03053, 2016
regagain joined the channel
2016-01-30 03037, 2016
milomak joined the channel
2016-01-30 03058, 2016
milomak
hi all. i am trying to setup a vm server. however i see that there is a bind to port 8080 on localhost. I already have another service running on that port. How can I change the VM to another port?
2016-01-30 03014, 2016
milomak
let's try that again
2016-01-30 03030, 2016
milomak
i see that there is a bind to port 8080 when running the VM