From ef4f3665774a9da24fd28cda0e32df19fbc91b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <xpokorn8@fi.muni.cz> Date: Thu, 27 Apr 2023 17:39:46 +0200 Subject: [PATCH] Minor changes to the readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6c904adb..8647d30a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - Create a system for language school lecture management. Each lecture can occur on a given day and time and is related to some course. The course is defined by its (unique) name, language and proficiency level. However, each lecture will be independent. That means that each lecture can have a different topic. Different lecturers can give it, and an arbitrary number of students can enrol. Each lecturer will have a name, surname, and record of taught languages. In addition, the lecturer will indicate that they are a native speaker. Exercises can be prepared for each course to allow the students to learn the language. Each student can pick the exercises depending on the levels of difficulty. -- **Running the modules using docker-compose**: +- **Running the modules with metrics and monitoring using docker-compose**: ```console cd ./application @@ -26,7 +26,7 @@ docker-compose up ``` -- **Running the modules using docker**: +- **Running just the modules using docker**: ~~~console sudo docker run -d -p 5001:5001 xpokorn8/sprachschulsystem:certificate && sudo docker run -d -p 5002:5002 xpokorn8/sprachschulsystem:exercise && @@ -50,10 +50,10 @@ The credentials are:<br /> In Grafana interface, you can import various dashboards. Our team used and tested https://grafana.com/grafana/dashboards/3662-prometheus-2-0-overview/ board.<br /> To import the dashboard, follow steps bellow: - + Select **+** and **Import** in left menu of the Grafana interface. - + Insert **3662** into **Import via grafana.com** and click **Load**.  -- GitLab