FHIR Chat · hapi-jpaserver-starter · hapi

Stream: hapi

Topic: hapi-jpaserver-starter


view this post on Zulip Gaurav Vaishnav (Mar 04 2022 at 06:27):

hi everyone,
can any tell me that hapi-jpaserver-starter project is compatible with java 8 or not. Because in prerequisite its mention java 8 is supported but when i am trying to build it with java 8, i am getting error .
thanku

view this post on Zulip Patrick Werner (Mar 04 2022 at 09:03):

what error are you getting?

view this post on Zulip Gaurav Vaishnav (Mar 04 2022 at 10:14):

this one sir
BuildFail.png

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:20):

you are not only building the jpastarter. The enforcer error comes from the base hapi project, which needs 11 to compile.

view this post on Zulip Jayant Singh (Mar 04 2022 at 10:34):

I want to work on FHIR API and hapi server. But I didn't get any clear steps, about how things work, on the internet. How to connect both of them or install locally.?

I want to make this thing work with my Laravel (PHP) project

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:35):

You only need: https://github.com/hapifhir/hapi-fhir-jpaserver-starter

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:36):

multiple ways to launch it:

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:36):

https://github.com/hapifhir/hapi-fhir-jpaserver-starter/blob/master/README.md

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:37):

or you can just use the ready to use docker image: https://hub.docker.com/r/hapiproject/hapi

view this post on Zulip Jayant Singh (Mar 04 2022 at 10:41):

Can I install it on Ubuntu?

view this post on Zulip Patrick Werner (Mar 04 2022 at 10:54):

sure

view this post on Zulip Jayant Singh (Mar 04 2022 at 11:00):

Patrick Werner said:

sure

Thanks


Last updated: Apr 12 2022 at 19:14 UTC