Skip to main content

Installing

Kubernetes

In order to install Galexie into a kubernetes cluster follow these steps:

  • Run helm repo add stellar https://helm.stellar.org/charts
  • Run helm install <RELEASE_NAME> stellar/galexie --set datastore.params.path=<FULL_PATH_TO_GALEXIE_OBJECTS>

Additional configuration can be set with the --set flags or by using a helm values file with the chart.

Install Container on a host

To pull the Galexie container image from the Stellar Docker Hub registry using the following docker command or a similar OCI compliant image pull command:

docker pull stellar/stellar-galexie