monarch-initiative / monarch-legacy

Monarch web application and API
BSD 3-Clause "New" or "Revised" License
42 stars 37 forks source link

monarch-app packaging #1150

Open jnguyenx opened 8 years ago

jnguyenx commented 8 years ago

Instead of rebuilding the monarch-app each time (with ./install.sh), I think that it's a better practice to build the application once and distribute an executable.

The benefits would be:

This webapp example distributes versioned archives: https://www.elastic.co/downloads/kibana

kltm commented 8 years ago

Are the compiled c libs etc. portable across platforms (e.g. mac vs linux)?

jnguyenx commented 8 years ago

They seem to cross-compile their stuff for each targeted architecture.

https://github.com/elastic/kibana/blob/76ee5abfcff80a5007a4bf794d3d8ce53a22a2a9/tasks/build/archives.js

On Fri, Jan 15, 2016 at 7:03 PM, kltm notifications@github.com wrote:

Are the compiled c libs etc. portable across platforms (e.g. mac vs linux)?

— Reply to this email directly or view it on GitHub https://github.com/monarch-initiative/monarch-app/issues/1150#issuecomment-172149876 .

jmcmurry commented 8 years ago

Any update on this?