Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 980 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 980 Bytes

GeoNetwork (CSW, CSW-T)

Container running GeoNetwork.

Usage with docker

Usage with Kubernetes

# To get geonetwork on http://geonetwork.dev.localhost/geonetwork/
bash k8s-install.sh
# To get geonetwork on http://geonetwork.example.net/geonetwork/
DEVBOX_HOSTNAME=example.net bash k8s-install.sh
  • Wait for "geonetwork-0" and "geonetwork-es-default-0" to be running : kubectl -n geonetwork get pods -w
NAME                      READY   STATUS    RESTARTS   AGE
geonetwork-0              1/1     Running   0          9m26s
geonetwork-es-default-0   0/1     Running   0          63s