From 17fd463c98a310c14b2cbfdac85b5db16262b905 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene <90701924+Mohamed-Hacene@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:08:50 +0200 Subject: [PATCH 1/4] docs: make docker image version parametric --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f4e725d..c3b29eb 100644 --- a/readme.md +++ b/readme.md @@ -96,13 +96,13 @@ You can then reach MIRA using your web brower at [http://127.0.0.1:8000/](http:/ 2. Build the image with an appropriate tag (e.g. *mira:[version](mira/VERSION)*), for example: ```sh -docker build . -t mira:3.0.2 +docker build . -t mira:$( Date: Wed, 27 Sep 2023 10:19:59 +0200 Subject: [PATCH 2/4] docs: link calendar page in help statement --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c3b29eb..c82fa86 100644 --- a/readme.md +++ b/readme.md @@ -242,7 +242,7 @@ python manage.py compilemessages -i venv -l fr python manage.py runserver ``` -🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `/calendar/` page, run: +🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `[/calendar/](http://127.0.0.1:8000/calendar/)` page, run: ```sh export LC_ALL="fr_FR.UTF-8" & export LC_CTYPE="fr_FR.UTF-8" & sudo dpkg-reconfigure locales From 4e30413f8f1d7503ed561b485a0c07f8ff053916 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene <90701924+Mohamed-Hacene@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:21:24 +0200 Subject: [PATCH 3/4] docs: fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c82fa86..c9c6220 100644 --- a/readme.md +++ b/readme.md @@ -242,7 +242,7 @@ python manage.py compilemessages -i venv -l fr python manage.py runserver ``` -🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the `[/calendar/](http://127.0.0.1:8000/calendar/)` page, run: +🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the '[/calendar/](http://127.0.0.1:8000/calendar/)' page, run: ```sh export LC_ALL="fr_FR.UTF-8" & export LC_CTYPE="fr_FR.UTF-8" & sudo dpkg-reconfigure locales From 26a545efeb2a9e144326734c2c733b0d4e24c0c6 Mon Sep 17 00:00:00 2001 From: Mohamed-Hacene <90701924+Mohamed-Hacene@users.noreply.github.com> Date: Wed, 27 Sep 2023 10:22:18 +0200 Subject: [PATCH 4/4] docs: fix broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c9c6220..b9e46a4 100644 --- a/readme.md +++ b/readme.md @@ -242,7 +242,7 @@ python manage.py compilemessages -i venv -l fr python manage.py runserver ``` -🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the '[/calendar/](http://127.0.0.1:8000/calendar/)' page, run: +🆘 *HELP*: If you have the error `"unsupported locale setting"` when loading the [calendar](http://127.0.0.1:8000/calendar/) page, run: ```sh export LC_ALL="fr_FR.UTF-8" & export LC_CTYPE="fr_FR.UTF-8" & sudo dpkg-reconfigure locales