TAK Deploy
One-line installer for TAK (Team Awareness Kit) infrastructure on AWS.
🚀 Quick Install
curl -fsSL https://tak-nz.github.io/tak-deploy/install | bash
📋 Prerequisites
- AWS CLI configured with credentials
- Docker installed and running
- Node.js and npm installed
- Route53 hosted zone
- TAK server zip file (takserver-docker-<version>.zip) from tak.gov in current directory
âš¡ Usage
# Deploy infrastructure
./deployAllLayers --r53ZoneName tak.your-domain.com
# Destroy infrastructure
./deployAllLayers --destroy
# Show help
./deployAllLayers --help
Note: This script deploys AWS infrastructure that incurs costs.
Review the
cost estimates before deployment.
🔗 Links