Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 707 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 707 Bytes

GeoTrellis Site Deployment

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.

Deployment

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