Skip to content

DataONEorg/purser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purser: cashier for the DataONE Bookkeeper

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.

Requirements

Ingress Controller, nginx

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

Installation is via the helm chart, from the root of the repository directory:

helm upgrade --install -n purser purser ./helm

Other helpful commands

  • helm -n purser status purser
  • helm rollback purser 2 -n purser