Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 685 Bytes

dev_notes.md

File metadata and controls

36 lines (23 loc) · 685 Bytes

Dev Notes

Notes to share among us. To guide us and help us, while developing this project.

Working with Docker Compose

Written by Robin Johannesson

In order to start docker compose, run this command:

$ docker compose up -d server webbclient

And in order to access the client, run this command:

$ docker compose up client

And to stop the server and the network, run this command:

$ docker compose down

Database

Once the database container is up and running, you can test the database by opening up the MariaDB console:

$ docker exec -it vteam6_database mariadb -uroot -p