Skip to content

I-TECH-UW/ci-hie-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-hie-demo

How-Tos

Pre-Requesites

  1. Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
  2. Git Large File Storage: https://docs.github.com/en/repositories/working-with-files/managing-large-files/installing-git-large-file-storage
  3. Docker: https://docs.docker.com/engine/install/

Startup

git clone https://github.com/I-TECH-UW/ci-hie-demo.git

git lfs fetch

git lfs checkout

docker compose up -d

Resetting and Clearing OpenCR

docker stop opencr opencr-fhir es
docker system prune --volumes
docker compose up -d