Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
hiddentrue
idhow-to-use

Instructions: /wiki/spaces/SB/pages/3219030050

Contents

Table of Contents
minLevel1
maxLevel7
excludeContents

Instance

Page Properties
idinstance

Package

openIMIS

Line

Release

Version

Release 2023-04

Status

Status
colourGreen
titleRUNNING

Server

Login

Page Properties
idlogin

URL

https://release.openimis.org

Admin

Admin : admin123 (English)

User

Other

Runs with mssql

Instructions

Description

FHIR


Installation instructions

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

#. create an .env file like this, you will need to uncomment the line 5 #ACCEPT_EULA=y but by doing so you will accept MS EULA

Code Block
DB_HOST=db
DB_PORT=1433
DB_PASSWORD=IMISuser@1234
DB_USER=IMISuser
#ACCEPT_EULA=y
DB_NAME=IMISdev
DB_ENGINE=mssql

NEW_OPENIMIS_HOST=release.openimis.org

RESTAPI_BRANCH=23-04-rc1
RESTAPI_BUILD_FLAVOR=Release
DB_BRANCH=23-04-rc1develop
BE_BRANCH=23-04-rc1
FE_BRANCH=23-04-rc1

#. make sure you have the latest image

Code Block
docker-compose pull

#. start the compose

Code Block
docker-compose up -d