-
Notifications
You must be signed in to change notification settings - Fork 6
Home
This project provides a containerized version of the migrid middleware to ease deployment of sites for data storage, sharing, analysis and publication.
The containers come in different flavors each with different maturity levels, since this is a work in progress and the OS landscape keeps evolving.
For the standard research data deployments we recommend the Rocky9 containers with the migrid Python3 branch. Rocky8 is still supported for the time being but please upgrade to 9 when you can. For the sensitive data deployments we are migrating from the tried and tested CentOS7 containers with the Python2 branch to Rocky9 with the Python3 branch.
CentOS7 has gone out of support on June 30th 2024, so please migrate away from it e.g. to Rocky9 if you haven't already.
You can download or clone the code here for your own site setups. The docs include basic set up help and a complete list of env
variables to tweak the container environment to your liking.
We offer templates for getting something up and running quickly with the EMULATE_X
variables, but for actual production deployments it is necessary to do proper integration to fit the site configuration and features. We have tried to outline the integration tasks on Site Integration Tasks.