Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kailona/kailona-fhir-server
Config files to run IBM® FHIR Server in Docker
https://github.com/Kailona/kailona-fhir-server
Last synced: 30 days ago
JSON representation
Config files to run IBM® FHIR Server in Docker
- Host: GitHub
- URL: https://github.com/Kailona/kailona-fhir-server
- Owner: Kailona
- License: apache-2.0
- Created: 2021-02-07T11:12:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T10:14:02.000Z (about 3 years ago)
- Last Synced: 2024-08-04T01:25:57.008Z (4 months ago)
- Size: 32.8 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Kailona FHIR Server
This repository contains the scripts and config files to build and run [IBM® FHIR Server](https://github.com/IBM/FHIR) on docker.
Refer to [here](https://docs.kailona.org) for the instructions to get started with Kailona.
### Passwords
Please change default passwords in `docker-compose.yml` and `overrides/dataSource.xml`.### Data Folder
Create an empty data folder:
`mkdir -p data`### Start Server
`docker-compose up -d --build`### Stop Server
`docker-compose down`### License
The scripts and config files are licensed under the Apache 2.0 license.
IBM® is a trademark of International Business Machines Corporation, registered in many jurisdictions worldwide.