https://github.com/inferno-framework/ips-demo
A repository to allow for building all of the IPS services in one shell script!
https://github.com/inferno-framework/ips-demo
Last synced: about 1 year ago
JSON representation
A repository to allow for building all of the IPS services in one shell script!
- Host: GitHub
- URL: https://github.com/inferno-framework/ips-demo
- Owner: inferno-framework
- License: apache-2.0
- Created: 2021-01-14T17:40:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T17:55:54.000Z (over 5 years ago)
- Last Synced: 2025-02-17T04:28:43.196Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPS Services Runner Demo
**NOTE: This is a demonstration of a prototype. Bugs and issues are expected and the API _will_ change**
## Overview
This repository allows you to download, build, run and seed all the IPS-related services:
* [Inferno Community](https://github.com/onc-healthit/inferno/tree/ips)
* [Dynamic FHIR Server](https://github.com/inferno-community/dynamic-fhir-servers/tree/ips_artifacts)
* [Client FHIR Proxy](https://github.com/inferno-community/client-fhir-testing/tree/dockerize)
* [Inferno Validation Service](https://github.com/inferno-community/fhir-validator-wrapper)
To run it:
```shell
./build_ips.sh
```
Confirm your desire to do each step by hitting Enter
Once it says `IPS services are now running!`, you're ready to go!