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 2 Current »

Overview

Date: 17.11.2022

Objective: Weekly space for deep dive topics

Participants: (kindly only add your own names, not those of other participants)

Topic Proposals:

  • openIMIS DB flavours

Presentations / Attachments

  File Modified
You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.
No files shared here yet.
  • Drag and drop to upload or browse for files
  • Minutes

    • Sandbox Landscape

    • which flavours do we want to support

      • a) (question) to be observed: MS SQL under a Windows OS

        • docker is difficult - needs to be properly installed

          • virtualisation can mostly not be activated on cloud servers

          • optimal might be :

            • MS Windows Server 2019 with WSL2 activated (Windows Subsystem for Linux)

            • Docker containers enabled

        • alternative: install components manually and create services individually

      • b) PostgreSQL under Windows OS

        • should work if a) works - problem is just the docker

      • c) ➡️ recommended standard: PostgreSQL under a Linux OS

        • docker works out of the box

      • d) works: MS SQL under Linux

        • docker works out of the box

    • how to set up docker configs

      • docker compose:

        • one file for mssql

        • one file for postgres

      • env:

        • .env - one file to be deliverded in the repo

      • sandbox instances:

        • give package specification in the sandbox docu-page of each instance

    • which sandbox instances do we avail to the public?

    • how to structure the installation docs

    Additional Resources

    • No labels