Release: openIMIS
Contents
- 1 Instance
- 2 Login
- 3 Description
- 3.1 FHIR
- 3.2 Installation instructions
- 3.3 APKs
Instance
Package | openIMIS |
|---|---|
Line | Release |
Version | https://openimis.atlassian.net/wiki/spaces/OP/pages/4653613057 |
Status | up |
Server |
|
Login
URL | |
|---|---|
Admin |
|
User |
|
Other | Runs with PostgreSQL database |
Instructions |
|
Description
FHIR
API-URL | |
|---|---|
Implementation Guide | |
Swagger Docs | |
Authentication | |
Docker Compose File | https://github.com/openimis/openimis-dist_dkr/blob/release/26.04/compose.yml |
Installation instructions
copy the docker-compose.yml file fromhttps://github.com/openimis/openimis-dist_dkr/blob/release/26.04/compose.yml
.env-file used: https://github.com/openimis/openimis-dist_dkr/blob/release/26.04/.env.example
# docker-compose parameters
# docker compose project name
PROJECT_NAME=demo
# url of openimis, FQDN
DOMAIN=demo.openimis.org
# allowed host for CORS and CSFR, coma sepataed values
HOSTS=${DOMAIN}
CSRF_TRUSTED_ORIGINS=http://localhost
# Secret Key is used for generating JWT authentication tokens,
# Make sure to use a strong key
SECRET_KEY=
# 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=25.04
# BE assembly image tag
BE_TAG=26.04
#FE assembly, image tag
FE_TAG=26.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=debug-log
# should the database be migrated at every container startup. Will be done anyway if $SITE_ROOT=api
DJANGO_MIGRATE=True
CSRF_TRUSTED_ORIGINS=http://localhost
# should define a strong key for JWT token key
SECRET_KEY=
# set your sentry DSN here
REACT_APP_SENTRY_DSN=""
######################
# Cache Configuration
######################
#
# Below are keys for configuring Caching in openIMIS
# openIMIS supports caching via Redis or Local cache or any cache backens supported by Django
#
# Uncomment the keys below to configure
## Cache Backend - specifies which cache backend to use
##
## local - django.core.cache.backends.locmem.LocMemCache
## redis - django.core.cache.backends.redis.RedisCache (default)
CACHE_BACKEND=django.core.cache.backends.redis.RedisCache
## Redis Password for the redis caching
REDIS_PASSWORD=redisUserPass123
## URL for the cache,
# For redis format must be redis://:${REDIS_PASSWORD}@redisaddr:redisport
CACHE_URL=redis://:${REDIS_PASSWORD}@redis:6379
## Cache Options
## See: https://
CACHE_OPTIONS={}
## Whether to cache objects by default
CACHE_OBJECT_DEFAULT=True
## The Time-To-Live for cached objects
CACHE_OBJECT_TTL=3600make sure you have the latest image
docker compose pullstart the compose
docker compose up -dAPKs
Policies :
claims :