Setting up your AWS Instance

Environment Setup - Mac

Note

If you wish to run this on Mac directly, you can see the instructions here in the appendix and skip the next section on Linux.

All installs must continue at setting up the app.

Environment Setup - Linux

You can skip past the EC2 configuration to Linux Software Requirements if you already have an Ec2 that meets the specifications below !!!!

  • ubuntu 22.04

1-setup-config-1 1-setup-config-1 1-setup-config-2 1-setup-config-2 1-setup-config-3 1-setup-config-3

  • Security Group Security Settings
    • HTTP inbound open on 8010
    • All Traffic open outbound

1-setup-config-4 1-setup-config-4

  • Linux Software Requirements: docker, docker-compose, git, maven
sudo apt update
sudo apt upgrade
sudo apt install docker docker-compose maven