Downloads
Download the latest HA Release
| Operational System | Architecture | |
|---|---|---|
| Linux | amd64 (x86) | ha_Linux_x86_64.tar.gz |
| Linux | arm64 | ha_Linux_arm64.tar.gz |
| MacOS | amd64 (x86) | ha_Darwin_x86_64.tar.gz |
| MacOS | arm64 | ha_Darwin_arm64.tar.gz |
| Windows | amd64 (x86) | ha_Windows_x86_64.zip |
Install from source
git clone https://github.com/litesql/ha.git
cd ha
go install
Install from docker
docker run --name ha \
-e HA_MEMORY=true \
-p 5432:5432 -p 8080:8080 -p 4222:4222 \
ghcr.io/litesql/ha:latest
- Set up a volume at /data to store the NATS streams state.
Install from helm
- Add litesql helm charts repository to Helm:
helm repo add litesql https://litesql.github.io/helm-charts
- Update the chart repository:
helm repo update
- Deploy ha to kubernetes:
helm install ha litesql/ha
- Visit litesql helm charts repository to customize the installation;