From e0d2db53e8cd87dbbaf38264d5931048609739c5 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Mon, 4 Nov 2024 01:39:20 +0100 Subject: [PATCH] Typing mistakes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 742a68b..7d9264c 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,10 @@ Set up PARCOURSMOB along with the following dependencies : - Agenda - Carpool service (coming soon) - Other software Dependencies : - - MongoDB + - MongoDB (Next step, deploy with PostgreSQL as both should be supported) - Etcd for caching values - - Minio to store files - - SMRP4Dev to test outgoing emails + - [Minio](https://min.io) to store files + - [smtp4dev](https://github.com/rnwood/smtp4dev) to test outgoing emails Tilt handles livereloading Kubernetes pods when something changes in the code. You just have to checkout your code in the directory you've specified in .env (see quickstart), start developing on exsting microservices, and see the changes. @@ -73,5 +73,5 @@ Tilt handles livereloading Kubernetes pods when something changes in the code. Y Access smtp4dev to check outgoing emails : -1. Forward smtp4dev service : kubectl port-forward svc/smtp4dev 9090:80 +1. Forward smtp4dev service locally : kubectl port-forward svc/smtp4dev 9090:80 2. Access UI : http://localhost:9090/ \ No newline at end of file