Web AOI viewer
This application needs a kubernetes cluster. Once you have one set up you can helm install
with the following steps:
eoapi-k8s
depends on the Crunchydata Postgresql Operator. Install that first:
helm install --set disable_check_for_upgrades=true pgo oci://registry.developers.crunchydata.com/crunchydata/pgo --version 5.5.2
Add the eoapi repo from https://devseed.com/eoapi-k8s/:
helm repo add eoapi https://devseed.com/eoapi-k8s/
Include dependencies
helm dependency build
Then go to the helm
directory and do helm install
cd helm && helm install -n polder --create-namespace polder .