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 13 Next »

Contents

Instance

Package

openIMIS

Line

Release

Version

Release 2023-04

Status

RUNNING

Server

Login

URL

https://release.openimis.org

Admin

Admin : admin123 (English)

User

Other

Runs with psql

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

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-rc1
BE_BRANCH=23-04-rc1
FE_BRANCH=23-04-rc1

#. make sure you have the latest image

docker-compose pull

#. start the compose

docker-compose up -d
  • No labels