PrashantR30 / brownie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for creating and monitoring a Wordpress Site on Amazon VPC.

Schematic Diagram:

Host

Setup for brownie.turbo.mu website

This project demonstrate Infrastructure as a Code on a demo WebSite showing AWS-VPC provisioning using Terraform (https://www.terraform.io/) and Docker provisioning using Docker Compose.

Infrastructure monitoring is setup using with Prometheus, Grafana, cAdvisor, NodeExporter

Installation:

Using Git, clone the project on a Debian based machine

git clone https://github.com/PrashantR30/brownie
cd brownie
./1_install.sh # to install Terraform
./2_start_dockers.sh

On a Debian 9 (Stretch) the following will be installed:
  • Docker version 17.05.0-ce, build 89658be
  • docker-compose version 1.8.0
  • Terraform v0.11.3

Containers:

About


Languages

Language:HCL 61.0%Language:Shell 39.0%