vinbigdata-medical / vindr-lab-deployment

Getting started with VinDr Lab. We support Kubernetes and Docker deployments.
MIT License
19 stars 8 forks source link

Keycloak Page not found error #6

Closed vpeopleonatank closed 3 years ago

vpeopleonatank commented 3 years ago

After completing installation guide, go to http://localhost:8080 will be redirected to keycloak login page. But I received error message below image

vpeopleonatank commented 3 years ago

I resolved this error by add #!/bin/bash to the begin of run.sh file. Because I 'm using zsh shell, it doesn't recognize source command without #!/bin/bash and line source env.sh wasn't executed which leads to above error.