Purser provides payment services and a web interface for DataONE.
- Version: 0.7.0 (pre-release)
- Repo Status: Work in Progress (WIP)
This is an experimental, untested work in progress. Use with caution.
To install ingress-nginxfrom Helm on Docker Desktop, use:
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo update
helm install ingress-nginx ingress-nginx/ingress-nginx
Installation is via the helm chart, from the root of the repository directory:
helm upgrade --install -n purser purser ./helm
helm -n purser status purser
helm rollback purser 2 -n purser