refinery-platform / refinery-platform

The Refinery Platform is a data management, analysis and visualization system for bioinformatics and computational biology applications. The platforms consists of three major components: a data repository with rich metadata capabilities, a workflow engine based on the popular Galaxy system, and visualization tools to support the exploration and interpretation of results at all stages of the analysis process.
http://www.refinery-platform.org
Other
102 stars 24 forks source link

Upgrade to Ubuntu 18.04 LTS #2616

Open hackdna opened 6 years ago

hackdna commented 6 years ago

Currently used version 16.04 LTS has end of life date April 2021 Ubuntu 18.04 LTS has end of life date April 2023 https://wiki.ubuntu.com/Releases

Python 3.5 (included in Ubuntu 16.04 LTS) end-of-life is 2020-09-13 Ubuntu 18.04 LTS comes with Python 3.6 https://devguide.python.org/#status-of-python-branches

Considerations:

Resources:

Requires: upgrade to Django 1.11 (#2572)

drj11 commented 6 years ago

Apparently Travis CI only support Precise, 12.04, and Trusty, 14.04.

Should we have separate a separate issue for that?

hackdna commented 6 years ago

All three environments (dev: Vagrant, prod: AWS, CI: Travis) should be updated in sync. We may have to replace Travis with another CI system but I don't think it's necessary to have a separate issue for that.