Typing mistakes

This commit is contained in:
Arnaud Delcasse 2024-11-04 01:39:20 +01:00
parent 23c38fe67b
commit e0d2db53e8
1 changed files with 4 additions and 4 deletions

View File

@ -62,10 +62,10 @@ Set up PARCOURSMOB along with the following dependencies :
- Agenda - Agenda
- Carpool service (coming soon) - Carpool service (coming soon)
- Other software Dependencies : - Other software Dependencies :
- MongoDB - MongoDB (Next step, deploy with PostgreSQL as both should be supported)
- Etcd for caching values - Etcd for caching values
- Minio to store files - [Minio](https://min.io) to store files
- SMRP4Dev to test outgoing emails - [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. 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 : 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/ 2. Access UI : http://localhost:9090/