/
Release: openIMIS

Release: openIMIS

Contents

Instance

Package

openIMIS

Line

Release

Version

Release 2024-10

Status

up

Server

ย 

ย 

Login

URL

https://release.openimis.org

Admin

  • Administrator: Admin:admin123 (English)

User

  • Claim Administrator: UPDS0011:UPDS0011

  • Enrolment officer: E00011:E00011E00011

Other

Runs with PostgreSQL database

Instructions

ย 

Description

FHIR


Installation instructions

# docker-compose parameters # docker compose project name PROJECT_NAME=release # urls # url of openimis, FQDN DOMAIN=release.openimis.org # allowed host for CORS and CSFR, coma sepataed values HOSTS=${DOMAIN} # http port for openimis HTTP_PORT=80 # https port for openimis HTTPS_PORT=443 # Uncomment the line below to intiate the database with the DEMO dataset, it will create an empty openIMIS database otherwise #DEMO_DATASET=true DB_PASSWORD=IMISuserP@s DB_USER=IMISuser DB_NAME=IMIS # If MSSQL DB required DB_DEFAULT=postgresql and DB_PORT=5432, uncomment DB_DEFAULT=mssql, DB_PORT=1433 and ACCEPT_EULA (= y if you accept MS EULA) # database parameters DB_HOST=db # Use PostgreSQL DB DB_DEFAULT=postgresql # PostgreSQL port DB_PORT=5432 # Use MSSQL DB #DB_DEFAULT=mssql # MSSQL port #DB_PORT=1433 #ACCEPT_EULA= <y if you accept MS EULA > GATEWAY_PORT_S=443 # site root for backend SITE_ROOT=api # github branches to use # Database, you can use develop branch too DB_TAG=24.10 # BE assembly image tag BE_TAG=25.04 #FE assembly, image tag FE_TAG=25.04 #one-liner json config for the FE (to override the openimis.json from the FE assembly) #OPENIMIS_FE_CONF_JSON= #one-liner json config for the FE (to overright the openimis.json from the FE assembly) #OPENIMIS_FE_CONF_JSON= # django log level DJANGO_LOG_LEVEL=WARNING # django log handler (currently: degub-log (default), db-queries, console) DJANGO_LOG_HANDLER=console # should the database be migrated at every container startup. Will be done anyway if $SITE_ROOT=api DJANGO_MIGRATE=True
  • make sure you have the latest image

docker compose pull
  • start the compose

docker compose up -d

APKs

  • Policies :

  • claims :

Did you encounter a problem or do you have a suggestion?

Please contact our Service Desk



This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. https://creativecommons.org/licenses/by-sa/4.0/