Deploy MOLGENIS
We support three ways in which you can deploy MOLGENIS.
When you are developing on top of MOLGENIS or testing the platform we recommend using docker-compose.
You can run MOLGENIS in kubernetes using the Helm repository we provide:
helm repo add molgenis https://helm.molgenis.org
To install a MOLGENIS on your cluster:
helm install molgenis molgenis
Last modified 3yr ago