Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 239 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 239 Bytes

Creates a Couchbase cluster and a set of PHP workers on AWS

Terraform

cd infrastructure
terraform get
terraform plan
terraform apply

Ansible

ansible-playbook couchbase.yml -i hosts
ansible-playbook app.yml -i hosts