Islandora CLAW with Packer, Ansible and Terraform.
cd packer
Add DigitalOcean API Tocken to packer/variables.json
{
"api_token": "your_digitalocean_tocken_here"
}
make build
export DIGITALOCEAN_TOKEN={your_digitalocean_tocken_here}
terrafrom init
terrafrom apply
Edit /etc/hosts:
ip_address claw.dev
login/password: admin/islandora