Open kridsadakorn opened 12 months ago
localhost:8080 is correct URL if you are running the Dockerized image at the same PC (running docker and browser in the same PC). If you are getting error, please see if Docker logs have any exceptions. (sudo docker logs
Did you set up the OMOP DB and created necessary f_* tables and views? This is for OMOP v5.4. You need to have a match version of OMOP as well. If this is not set up correctly, the OMOPonFHIR server will fail to launch.
Hi, I would like to try OMOP on FHIR I tried to build a docker and it was successful.
I wonder once we start the docker container, what exact URL to use?
I tried in open the browser like localhost:8080, didn't work Or after setting up the environment variables and trying something like localhost:8080/omoponfhir, didn't work.
It would be great if you could add a bit more detail in README on where to start after docker.
Thank you.