Prerequisites
- Docker and Docker Compose
- Python 3
- AWS CLI
Launch the cluster
Run all commands from thelocal-cluster/ directory:
./cluster up builds any missing images, so it may take a few minutes:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
local-cluster/ directory:
cd local-cluster
./cluster up builds any missing images, so it may take a few minutes:
./cluster build-package /tmp/springtail-packages
./cluster up /tmp/springtail-packages/springtail-<date>-<gitsha>.tar.gz
./cluster status
psql -h localhost -p 55432 -U postgres
# Stop the Springtail services, keeping the primary DB and dependencies
./cluster down
# Stop everything and remove all data volumes
./cluster down all