Rostlab / JS16_ProjectF

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.
GNU General Public License v3.0
10 stars 8 forks source link

Same version, different behavior on two hosts #346

Closed gyachdav closed 8 years ago

gyachdav commented 8 years ago

on www.got.show i see

screen shot 2016-04-08 at 8 10 52 pm PLOD presented under images but heading doesnt show.

on heroku i see:

screen shot 2016-04-08 at 8 10 20 pm

notice PLOD at 0% and no heading

Both show v0.0.21 in the footer.

Which is which? and how come the heading and PLOD are still broken?

jorjo1 commented 8 years ago

@gyachdav the PLOD has a default value of 0 and gets changed when the information is loaded. The inconsistancy between www.got.show and herokuapp is that we have no acces to the server, but only @sacdallago

About the versions, I have no explanation right now o.O

gyachdav commented 8 years ago

the ver on heroku works now, thanks. I'm guessing that the tag for the version number is being picked up from github? (otherwise I cannot explain why both versions show the same number even though @sacdallago did not install the latest on got.show)

jorjo1 commented 8 years ago

Yep, it's pulled directly from github

fetchVersion() { $.ajax({ url: "https://api.github.com/repos/Rostlab/JS16_ProjectF/tags", type: "GET", crossDomain: true, success: function (response) { $('.build-version').text(response[0].name); } }); }

gyachdav commented 8 years ago

mystery solved, thanks!

sacdallago commented 8 years ago

:D that's sort of inconvenient You basically always have the last version running... althouuuughhh :D :D :D