Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Quick reference

How to use this image

Clone the repository

$ git clone https://github.com/nhsconnect/integration-adaptor-111.git

Find the scripts folder

$ cd integration-adaptor-111/test-scripts

Each release has its own folder, use the scripts for specific release

$ cd 1.0.3

Start it up

integration-adaptor-111/test-scripts/1.0.3$ ./run.sh

This will build the application container locally and start it along with ActiveMQ The services will listen on following ports

  • REST service localhost:8080
  • ActiveMQ: localhost:5672

Testing

How to run the acceptance test:

  • Navigate to integration-adaptor-111/test-scripts/1.0.3/tests/
  • Run ./acceptance.sh

Example bundle message

  • Example FHIR bundle messages can be found here, they are the result of input ITK messages converted to FHIR.

Stopping the adapter:

$ docker-compose down