- Almir Fonseca
- Gabriel Pereira
- Gustavo Rocha
- Juliana Carvalho
Install the Docker and its images and run the docker-compose:
- Start the docker engine (installed application)
{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