$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

Contents

Instance

Package

openIMIS

Line

Release

Version

Release 2023-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

#. copy the docker-compose.yml file from https://github.com/openimis/openimis-dist_dkr/blob/release/23.10/docker-compose.yml

DB_HOST=db
DB_PORT=5432
DB_PASSWORD=IMISuser@1234
DB_USER=IMISuser
DB_NAME=IMISdev
DB_ENGINE=django.db.backends.postgresql


NEW_OPENIMIS_HOST=release.openimis.org

DB_TAG=23.10
BE_TAG=23.10
FE_TAG=23.10

#. make sure you have the latest image

docker compose pull

#. start the compose

docker compose up -d
  • No labels