comparison Sphinx/source/plugins/object-storage.rst @ 459:a4ed4e883337

highlighting the pre-compiled binaries for google, aws and azure
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jul 2020 07:45:10 +0200
parents d44d61bdcd09
children fae16ea8b13c
comparison
equal deleted inserted replaced
458:839fa91cd799 459:a4ed4e883337
21 managed database allows you to have a stateless Orthanc that does 21 managed database allows you to have a stateless Orthanc that does
22 not store any data in its local file system which is highly recommended 22 not store any data in its local file system which is highly recommended
23 when deploying an application in the cloud. 23 when deploying an application in the cloud.
24 24
25 25
26 Pre-compiled binaries
27 ---------------------
28
29 These plugins are used to interface Orthanc with commercial and
30 proprietary cloud services that you accept to pay. As a consequence,
31 the Orthanc project doesn't freely provide pre-compiled binaries for
32 Docker, Windows, Linux or OS X. These pre-compiled binaries do exist,
33 but are reserved to the companies who have subscribed to a
34 `professional support contract
35 <https://www.osimis.io/en/services.html#cloud-plugins>`__ by
36 Osimis. Although you are obviously free to compile these plugins by
37 yourself (instructions are given below), purchasing such support
38 contracts makes the Orthanc project sustainable in the long term, to
39 the benefit of the worldwide community of medical imaging.
40
41
26 Compilation 42 Compilation
27 ----------- 43 -----------
28 44
29 .. highlight:: text 45 .. highlight:: text
30 46
33 some prerequisites. The documented procedure has been tested only 49 some prerequisites. The documented procedure has been tested only
34 on a Debian Buster machine. 50 on a Debian Buster machine.
35 51
36 The compilation of each plugin produces a shared library that contains 52 The compilation of each plugin produces a shared library that contains
37 the plugin. 53 the plugin.
38
39 Given thes plugins are used to interface with a commercial & proprietary
40 service, pre-compiled Windows/Docker binaries are available only for
41 companies who have subscribed for a `support contract <https://www.osimis.io/en/services.html#cloud-plugins>`__ at Osimis.
42 54
43 55
44 AWS S3 plugin 56 AWS S3 plugin
45 ^^^^^^^^^^^^^ 57 ^^^^^^^^^^^^^
46 58