Mercurial > hg > orthanc-book
comparison Sphinx/source/plugins/google-cloud-platform.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 | 938206110483 |
children | c55ab0604d10 |
comparison
equal
deleted
inserted
replaced
458:839fa91cd799 | 459:a4ed4e883337 |
---|---|
38 <https://cloud.google.com/healthcare/>`__, and in which you have | 38 <https://cloud.google.com/healthcare/>`__, and in which you have |
39 created a `DICOM store | 39 created a `DICOM store |
40 <https://cloud.google.com/healthcare/docs/how-tos/dicom>`__. | 40 <https://cloud.google.com/healthcare/docs/how-tos/dicom>`__. |
41 | 41 |
42 | 42 |
43 Pre-compiled binaries | |
44 --------------------- | |
45 | |
46 This plugin is used to interface Orthanc with a commercial and | |
47 proprietary cloud service that you accept to pay. As a consequence, | |
48 the Orthanc project doesn't freely provide pre-compiled binaries for | |
49 Docker, Windows, Linux or OS X. These pre-compiled binaries do exist, | |
50 but are reserved to the companies who have subscribed to a | |
51 `professional support contract | |
52 <https://www.osimis.io/en/services.html#cloud-plugins>`__ by | |
53 Osimis. Although you are obviously free to compile this plugin by | |
54 yourself (instructions are given below), purchasing such support | |
55 contracts makes the Orthanc project sustainable in the long term, to | |
56 the benefit of the worldwide community of medical imaging. | |
57 | |
43 | 58 |
44 Compilation | 59 Compilation |
45 ----------- | 60 ----------- |
46 | 61 |
47 .. highlight:: text | 62 .. highlight:: text |
60 plugin. | 75 plugin. |
61 | 76 |
62 Under the hood, the GCP plugin is built on the top of the official | 77 Under the hood, the GCP plugin is built on the top of the official |
63 `Google Cloud Platform C++ Client Libraries | 78 `Google Cloud Platform C++ Client Libraries |
64 <https://github.com/googleapis/google-cloud-cpp>`__. | 79 <https://github.com/googleapis/google-cloud-cpp>`__. |
65 | |
66 | |
67 Given this plugin is used to interface with a commercial & proprietary | |
68 service, pre-compiled Windows/Docker binaries are available only for | |
69 companies who have subscribed for a `support contract <https://www.osimis.io/en/services.html#cloud-plugins>`__ at Osimis. | |
70 | 80 |
71 | 81 |
72 Configuration | 82 Configuration |
73 ------------- | 83 ------------- |
74 | 84 |