developmentseed / polder

Web AOI viewer
1 stars 0 forks source link

polder

Web AOI viewer

Installation

This application needs a kubernetes cluster. Once you have one set up you can helm install with the following steps:

  1. 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
  2. Add the eoapi repo from https://devseed.com/eoapi-k8s/:

    helm repo add eoapi https://devseed.com/eoapi-k8s/
  3. Include dependencies

    helm dependency build
  4. Then go to the helm directory and do helm install

    cd helm && helm install -n polder --create-namespace polder .