This repository packages the nmrxiv-app, nmrxiv-doc and vibspecdb repositories application as Helm charts for Kubernetes and is published via Github Pages.
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add repo-helm-charts https://nfdi4chem.github.io/repo-helm-charts/
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo repo-helm-charts
to see the charts.
Before you install generate your own application key and provide that value in the .Values.appProperties.key property.
To install the nmrxiv-app chart:
helm install my-nmrxiv-app repo-helm-charts/nmrxiv-app
To uninstall the chart:
helm delete my-nmrxiv-app
To install the nmrxiv-doc chart:
helm install my-nmrxiv-doc repo-helm-charts/nmrxiv-doc
To uninstall the chart:
helm delete my-nmrxiv-doc
To install the vibspecdb chart:
helm install my-vibspecdb-app repo-helm-charts/vibspecdb
To uninstall the chart:
helm delete my-vibspecdb-app