Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (23 loc) · 1.08 KB

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the de.codecentric.springbootsample.Application class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Steps to start in Docker

step-1: Clone the code

    git clone https://github.com/Intelehealth/intelehealth-fhir-prescription.git

step-2: Enter to root folder

    cd intelehealth-fhir-prescription

step-3: Edit src/main/resources/application.properties

    replace the relevant urls

step-4: Build the image

    docker compose build

step-5: Run the application

    docker compose up -d

Browse

    http://host-ip:5003