Typing mistakes
This commit is contained in:
parent
23c38fe67b
commit
e0d2db53e8
|
@ -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/
|
Loading…
Reference in New Issue