Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.01 KB

A2_computacao_escalavel, made by

  • Almir Fonseca
  • Gabriel Pereira
  • Gustavo Rocha
  • Juliana Carvalho

How to run on Windows:

Install the Docker and its images and run the docker-compose:

  1. Start the docker engine (installed application)
  2. {bash} docker-compose up --build -d

To view the Dashboard web app:

Troubleshooting:

  • If something do not works as expect, the first step is to:

    • check the Docker Images that are running (which might be due to dependences of containers that are still waking):
    • It can be done in the GUI interface of Docker.

To check the database state:

  • docker exec -it postgres psql -U myuser mydatabase
  • then run [do not forget schema and the ;] "SELECT * FROM conta_verde.users;"

Instructions to use AWS [Academy]

  • Join the AWS Academy Learner Lab
  • Go to modules
  • Init the Learning Lab of AWS Academy
  • When the AWS Status is green, you can click on it and see the services