changeset 417:47d772aa7b3e c-get

added Gdcm entry for osimis/orthanc docker images
author Alain Mazy <alain@mazy.be>
date Mon, 18 May 2020 16:51:36 +0200
parents 3ec4d890912e
children 0c9a52bc20d9
files Sphinx/source/users/docker-osimis.rst
diffstat 1 files changed, 51 insertions(+), 47 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst	Tue May 12 14:59:10 2020 +0200
+++ b/Sphinx/source/users/docker-osimis.rst	Mon May 18 16:51:36 2020 +0200
@@ -259,60 +259,64 @@
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **GoogleCloudPlatform**                          | ``GOOGLE_CLOUD_PLATFORM_PLUGIN_ENABLED``         |                                                                                                    |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Gdcm**                                         | ``GDCM_PLUGIN_ENABLED``                          |                                                                                                    |
+|                                                  | (enabled by default)                             |                                                                                                    |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **OrthancWebViewer**                             | ``ORTHANC_WEB_VIEWER_PLUGIN_ENABLED``            |                                                                                                    |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **OsimisWebViewerBasic**                         | ``OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED``            |                                                                                                    |
 +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
 | **OsimisWebViewerBasicAlpha**                    | ``OSIMIS_WEB_VIEWER1_ALPHA_PLUGIN_ENABLED``      |                                                                                                    |
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **PostgreSQL**                                   | ``POSTGRESQL_PLUGIN_ENABLED``                    | .. code-block:: json                                                                               |        
-|                                                  |                                                  |                                                                                                    |        
-|                                                  |                                                  |   {                                                                                                |        
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **PostgreSQL**                                   | ``POSTGRESQL_PLUGIN_ENABLED``                    | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
 |                                                  |                                                  |     "PostgreSQL": {                                                                                |
-|                                                  |                                                  |       "EnableIndex": true,                                                                         |        
-|                                                  |                                                  |       "EnableStorage": false,                                                                      |        
-|                                                  |                                                  |       "Port": 5432,                                                                                |        
-|                                                  |                                                  |       "Host": "HOST MUST BE DEFINED",                                                              |        
-|                                                  |                                                  |       "Database": "postgres",                                                                      |        
+|                                                  |                                                  |       "EnableIndex": true,                                                                         |
+|                                                  |                                                  |       "EnableStorage": false,                                                                      |
+|                                                  |                                                  |       "Port": 5432,                                                                                |
+|                                                  |                                                  |       "Host": "HOST MUST BE DEFINED",                                                              |
+|                                                  |                                                  |       "Database": "postgres",                                                                      |
 |                                                  |                                                  |       "Username": "postgres",                                                                      |
-|                                                  |                                                  |       "Password": "postgres",                                                                      |        
-|                                                  |                                                  |       "EnableSsl": false,                                                                          |        
-|                                                  |                                                  |       "Lock": false                                                                                |        
-|                                                  |                                                  |     }                                                                                              |        
-|                                                  |                                                  |   }                                                                                                |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **MySQL**                                        | ``MYSQL_PLUGIN_ENABLED``                         | .. code-block:: json                                                                               |        
-|                                                  |                                                  |                                                                                                    |        
-|                                                  |                                                  |   {                                                                                                |        
-|                                                  |                                                  |     "MySQL": {                                                                                     |        
-|                                                  |                                                  |       "EnableIndex": true,                                                                         |        
-|                                                  |                                                  |       "EnableStorage": false,                                                                      |        
-|                                                  |                                                  |       "Port": 3306,                                                                                |        
-|                                                  |                                                  |       "Host": "HOST MUST BE DEFINED",                                                              |        
-|                                                  |                                                  |       "Database": "mysql",                                                                         |        
-|                                                  |                                                  |       "Username": "root",                                                                          |        
-|                                                  |                                                  |       "Password": "mysql",                                                                         |        
-|                                                  |                                                  |       "Lock": false                                                                                |        
-|                                                  |                                                  |     }                                                                                              |        
-|                                                  |                                                  |   }                                                                                                |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **Python**                                       | ``PYTHON_PLUGIN_ENABLED``                        |                                                                                                    |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **ServeFolders**                                 | ``SERVE_FOLDERS_PLUGIN_ENABLED``                 |                                                                                                    |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **Transfers**                                    | ``TRANSFERS_PLUGIN_ENABLED``                     |                                                                                                    |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **Worklists**                                    | ``WORKLISTS_PLUGIN_ENABLED``                     | .. code-block:: json                                                                               |        
-|                                                  |                                                  |                                                                                                    |        
-|                                                  |                                                  |   {                                                                                                |        
-|                                                  |                                                  |     "Worklists": {                                                                                 |        
-|                                                  |                                                  |       "Enable": true,                                                                              |        
-|                                                  |                                                  |       "Database": "/var/lib/orthanc/worklists"                                                     |        
-|                                                  |                                                  |     }                                                                                              |        
-|                                                  |                                                  |   }                                                                                                |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+        
-| **Wsi**                                          | ``WSI_PLUGIN_ENABLED``                           |                                                                                                    |        
-+--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+  
+|                                                  |                                                  |       "Password": "postgres",                                                                      |
+|                                                  |                                                  |       "EnableSsl": false,                                                                          |
+|                                                  |                                                  |       "Lock": false                                                                                |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **MySQL**                                        | ``MYSQL_PLUGIN_ENABLED``                         | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "MySQL": {                                                                                     |
+|                                                  |                                                  |       "EnableIndex": true,                                                                         |
+|                                                  |                                                  |       "EnableStorage": false,                                                                      |
+|                                                  |                                                  |       "Port": 3306,                                                                                |
+|                                                  |                                                  |       "Host": "HOST MUST BE DEFINED",                                                              |
+|                                                  |                                                  |       "Database": "mysql",                                                                         |
+|                                                  |                                                  |       "Username": "root",                                                                          |
+|                                                  |                                                  |       "Password": "mysql",                                                                         |
+|                                                  |                                                  |       "Lock": false                                                                                |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Python**                                       | ``PYTHON_PLUGIN_ENABLED``                        |                                                                                                    |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **ServeFolders**                                 | ``SERVE_FOLDERS_PLUGIN_ENABLED``                 |                                                                                                    |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Transfers**                                    | ``TRANSFERS_PLUGIN_ENABLED``                     |                                                                                                    |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Worklists**                                    | ``WORKLISTS_PLUGIN_ENABLED``                     | .. code-block:: json                                                                               |
+|                                                  |                                                  |                                                                                                    |
+|                                                  |                                                  |   {                                                                                                |
+|                                                  |                                                  |     "Worklists": {                                                                                 |
+|                                                  |                                                  |       "Enable": true,                                                                              |
+|                                                  |                                                  |       "Database": "/var/lib/orthanc/worklists"                                                     |
+|                                                  |                                                  |     }                                                                                              |
+|                                                  |                                                  |   }                                                                                                |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+| **Wsi**                                          | ``WSI_PLUGIN_ENABLED``                           |                                                                                                    |
++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+
+
 Under the hood
 --------------