Skip to content

developmentseed/polder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
  1. Include dependencies

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

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