This repository packages the nmrxiv-app, nmrxiv-doc, coconut-2.0 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 vibspecdb chart:
helm install my-vibspecdb-app repo-helm-charts/vibspecdb
To uninstall the chart:
helm delete my-vibspecdb-app
Before you install generate your own application key and provide that value in the .Values.appProperties.key property.
To install the coconut-app chart:
helm install my-coconut-app repo-helm-charts/coconut-app
To uninstall the chart:
helm delete my-coconut-app
To install the cheminformatics-microservice chart:
helm install cheminformatics-microservice-app repo-helm-charts/cheminformatics-microservice
To uninstall the chart:
helm delete cheminformatics-microservice-app
This project is developed and maintained by the NFDI4Chem partners at the Friedrich Schiller University Jena, Germany. The code for this application is released under the MIT license.
Funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) under the National Research Data Infrastructure – NFDI4Chem – Projektnummer 441958208.