This repository provides the resources for deploying the core GeoTrellis Website infrastructure. It follows Azavea's Scripts to Rule Them All format, and uses Terraform to drive deployments.
Create an AWS profile called geotrellis-site
:
aws --profile geotrellis-site configure
From there, instantiate the Terraform container image and use the infra
script to deploy the base infrastructure:
$ docker-compose run --rm terraform
bash-4.3# ./scripts/infra plan
bash-4.3# ./scripts/infra apply