https://github.com/dataoneorg/purser
purser
https://github.com/dataoneorg/purser
Last synced: 8 months ago
JSON representation
purser
- Host: GitHub
- URL: https://github.com/dataoneorg/purser
- Owner: DataONEorg
- Created: 2022-02-11T01:41:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T03:34:32.000Z (about 3 years ago)
- Last Synced: 2025-01-30T21:17:14.327Z (over 1 year ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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-nginx](https://kubernetes.github.io/ingress-nginx/deploy/#docker-desktop)from Helm on Docker Desktop, use:
```bash
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:
```sh
helm upgrade --install -n purser purser ./helm
```
## Other helpful commands
- `helm -n purser status purser`
- `helm rollback purser 2 -n purser`