Important
Current operating systems supported are MacOS, Ubuntu and Windows (using an Ubuntu WSL2). For all others, you are on your own (though you can always ask @pgaetani).
- Install Docker
- Install VSCode
- Ask someone in the @admins group for an AWS user and an IAM role.
- Create a key and secret pair for said IAM role.
Generate your environment variable files:
make configureTo install the requirements:
make setupTo run the environment:
make upTo stop the environment:
make down