From 92629471ee1a9184307aec9e048d9bef92549042 Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Thu, 17 Apr 2025 17:55:32 +1000 Subject: [PATCH] Update and rename README.md to README.md --- {hapi-fhir-jpaserver => hapi-fhir-Setup}/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename {hapi-fhir-jpaserver => hapi-fhir-Setup}/README.md (92%) diff --git a/hapi-fhir-jpaserver/README.md b/hapi-fhir-Setup/README.md similarity index 92% rename from hapi-fhir-jpaserver/README.md rename to hapi-fhir-Setup/README.md index 64d129e..ea613b1 100644 --- a/hapi-fhir-jpaserver/README.md +++ b/hapi-fhir-Setup/README.md @@ -1,4 +1,4 @@ -# Application Build and Run Guide +# Application Build and Run Guide - MANUAL STEPS This guide outlines the steps to set up, build, and run the application, including the HAPI FHIR server component and the rest of the application managed via Docker Compose. @@ -22,11 +22,13 @@ First, clone the HAPI FHIR JPA Server Starter project and build the server appli # Step 1: Clone the repository -git clone [https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git](https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git) hapi-fhir-jpaserver +git clone https://github.com/hapifhir/hapi-fhir-jpaserver-starter.git hapi-fhir-jpaserver hapi-fhir-jpaserver # Navigate into the cloned directory cd hapi-fhir-jpaserver +copy the folder from hapi-fhir-setup/target/classes/application.yaml to the hapi-fhir-jpaserver/target/classes/application.yaml folder created above + # Step 2: Build the HAPI server package (skipping tests, using 'boot' profile) # This creates the runnable WAR file in the 'target/' directory mvn clean package -DskipTests=true -Pboot