comparison Sphinx/source/users/docker-osimis.rst @ 749:4ae741e351ab

osimis docker - ODBC_PLUGIN_ENABLED
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 13 Aug 2021 09:33:00 +0200
parents 7bda641d5d40
children 9130cb19dc4d
comparison
equal deleted inserted replaced
748:a296fe06fd86 749:4ae741e351ab
342 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 342 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
343 | **Whole-slide imaging** | ``WSI_PLUGIN_ENABLED`` | | 343 | **Whole-slide imaging** | ``WSI_PLUGIN_ENABLED`` | |
344 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 344 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
345 | **Osimis cloud** (synchronization plugin) | ``OSIMIS_CLOUD_PLUGIN_ENABLED`` | | 345 | **Osimis cloud** (synchronization plugin) | ``OSIMIS_CLOUD_PLUGIN_ENABLED`` | |
346 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ 346 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
347 | **ODBC** | ``ODBC_PLUGIN_ENABLED`` | .. code-block:: json |
348 | | | |
349 | | | { |
350 | | | "Odbc": { |
351 | | | "EnableIndex": true, |
352 | | | "EnableStorage": false, |
353 | | | "IndexConnectionString": "MUST BE DEFINED", |
354 | | | "StorageConnectionString": "MUST BE DEFINED" |
355 | | | } |
356 | | | } |
357 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
347 358
348 Under the hood 359 Under the hood
349 -------------- 360 --------------
350 361
351 The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/Dockerfile>`__. 362 The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/Dockerfile>`__.