Resources / Guidance
Getting Started
Available Test Kits
-
AU FHIR Core Inferno
- Deployed version: https://inferno.hl7.org.au/test-kits/au-core
- Source code repository: https://github.com/hl7au/au-fhir-core-inferno
-
AU PS Inferno
- Deployed version: https://inferno.hl7.org.au/test-kits/au-ps
- Source code repository: https://github.com/hl7au/au-ps-inferno
Run Locally
You can also run a test kit on your own machine. To do this, choose one of the following repositories based on the test kit you want to use:
- AU FHIR Core Inferno repository: https://github.com/hl7au/au-fhir-core-inferno
- AU PS Inferno repository: https://github.com/hl7au/au-ps-inferno
- Docker installed (Instructions: https://docs.docker.com/get-started/introduction)
- At least 10 GB of memory allocated to Docker
-
Clone the selected repository
- git clone <repository-url>
- cd <repository-directory>
-
Set up the project. This installs dependencies and initializes the database.
- make setup
-
Start the application
- make run
-
Access the app
- Open http://localhost in your browser.
- The test suite will be available on the homepage.