OpenIMIS
This repository is part of the GovStack Sandbox and an implementation of the Registration Building Block Specifications.
The official [documentation](https://github.com/openimis) of the candidate.
Minimum set of components for [Sandbox](https://github.com/GovStackWorkingGroup/sandbox) is:
-
Database
-
Backend
Database
Backend expects database with predefine schema and data.
Custom Dockerfile provides necessary DB.
Backend
https://github.com/openimis/openimis-be_py.git Main repository: https://github.com/openimis/openimis-be_py
Use dedicated govstack-testing-setup branch.
API
-
FHIR standard
-
Swagger API documentation
Adapter
GitHub repository.
Documentation for the Configurable "Registry" Django Model in openIMIS.
Sandbox deployment
-
Create DB docker image and deploy it.
-
Create a docker image of backend and [deploy](../charts) it.
-
Execute next commands in the backend pod:
-
run migrations
python manage.py migrate -
python manage.py createsuperuseradmin -
python manage.py changepassword admingovstack
-
-
Connect to DB and run USCT migration.