### Installation

The installation is very straightforward (you'll need docker installed):

```bash
$ cd collab/jdiaz/conflict-manager-os
$ cp .env.shadow .env
$ awsume prod
```

Populate .env file with your credentials and select the environment (QA or PROD).
To execute, perform the following command.

```bash
$ make exec
```
