DFO-Ocean-Navigator / Navigator-Installer

Home for the installation scripts/data for the Ocean Navigator.
MIT License
0 stars 1 forks source link

Check for updates. #8

Open htmlboss opened 5 years ago

htmlboss commented 5 years ago

Since we have md5 files on Dory we can easily check for updates by comparing the md5 hashes, and performing an update if necessary.

jmunroe commented 3 years ago

Which files do we need to update? Not sure it is clear which md5 files we are talking about here.

(If issue is stale, please close)

dwayne-hart commented 3 years ago

Myself and Nabil were discussing how we could have the system look for updates automatically in the event the Ocean Navigator were restarted. This is possible if we wanted to set an environment variable in the [...]/tools/conf/ocean-navigator-env.sh file to indicate that the person or group running an Ocean Navigator instance wish to keep up to date automatically. The default setting would be set to false so that people are able to opt in or out of this particular feature.

jmunroe commented 3 years ago

What does "an update" mean in this context? A pull from GitHub?

dwayne-hart commented 3 years ago

Yes, an update for this use case would be based on a pull from GitHub.