Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.4 KB

Database and Web Applications Laboratory - LBAW 2022/2023 - FEUP

About Fashion

Documentation

Docker Commands

Docker commands to launch the image available in the group's Git Container Registry, which uses the production database:

docker run -it -p 8000:80 --name=lbaw2251 -e DB_DATABASE="lbaw2251" -e DB_SCHEMA="lbaw2251" -e DB_USERNAME="lbaw2251" -e DB_PASSWORD=xxJlDZqv git.fe.up.pt:5050/lbaw/lbaw2223/lbaw2251
docker exec -it lbaw2251 bash
root@2804d54698c0:/# tail -f /var/log/nginx/error.log    # follow the errors
root@2804d54698c0:/# tail -f /var/log/nginx/access.log   # follow the accesses

Administration Credentials

Administration URL: /admin-panel.

First, you need to login in /admin-panel/login and then you are redirected to /admin-panel.

Type E-mail Password
Collaborator [email protected] teste12345
Technician [email protected] teste12345

User Credentials

Type E-mail Password
example account [email protected] teste12345

Project Final Grade: 19

Alexandre Correia - [email protected]
Ana Sofia Costa - [email protected]
Daniel Rodrigues - [email protected]
Diogo Fonte - [email protected]