This terraform project will setup a magento demo store intrastructure on Linode.
There are 5 services that will be created:
- Magento PHP + Nginx node
- MySQL database
- Redis
- RabbitMQ
- Elasticsearch
cd envs/linode-demo
terraform init
terraform plan -out plan
terraform apply plan
terraform destroy
For server configuration, please refer to my ansible project.