comparison Sphinx/source/plugins/google-cloud-platform.rst @ 256:8a8d8a908c6c

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jun 2019 22:36:30 +0200
parents 949a13b92195
children c0d8546cd350
comparison
equal deleted inserted replaced
255:949a13b92195 256:8a8d8a908c6c
125 125
126 Secondly, you have to modify the :ref:`Orthanc configuration 126 Secondly, you have to modify the :ref:`Orthanc configuration
127 <configuration>` in order to provide the GCP plugin with your service 127 <configuration>` in order to provide the GCP plugin with your service
128 account file and with the parameters of your `DICOM store 128 account file and with the parameters of your `DICOM store
129 <https://cloud.google.com/healthcare/docs/how-tos/dicom>`__. Here is a 129 <https://cloud.google.com/healthcare/docs/how-tos/dicom>`__. Here is a
130 sample, minimalistic configuration of Orthanc:: 130 sample, minimalist configuration of Orthanc::
131 131
132 { 132 {
133 "HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt", 133 "HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt",
134 "Plugins" : [ "." ], 134 "Plugins" : [ "." ],
135 "GoogleCloudPlatform" : { 135 "GoogleCloudPlatform" : {
162 162
163 .. highlight:: json 163 .. highlight:: json
164 164
165 The easiest way of setting up a user account is through the `gcloud 165 The easiest way of setting up a user account is through the `gcloud
166 command-line tool <https://cloud.google.com/sdk/gcloud/>`__. 166 command-line tool <https://cloud.google.com/sdk/gcloud/>`__.
167 `Google's quickstarts 167 `Google's quick-starts
168 <https://cloud.google.com/sdk/docs/quickstarts>`__ explain how to 168 <https://cloud.google.com/sdk/docs/quickstarts>`__ explain how to
169 initialize the environment depending on your operating system (check 169 initialize the environment depending on your operating system (check
170 out the "Initialize the SDK" sections, which essentially boil down to 170 out the "Initialize the SDK" sections, which essentially boil down to
171 calling ``gcloud init``). 171 calling ``gcloud init``).
172 172
181 181
182 .. highlight:: json 182 .. highlight:: json
183 183
184 This command produces JSON file containing all the required 184 This command produces JSON file containing all the required
185 information, that can be written to a file (say, 185 information, that can be written to a file (say,
186 ``dicom-user.json``). Given this file, here is a sample, minimalistic 186 ``dicom-user.json``). Given this file, here is a sample, minimalist
187 configuration of Orthanc:: 187 configuration of Orthanc::
188 188
189 { 189 {
190 "HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt", 190 "HttpsCACertificates": "/etc/ssl/certs/ca-certificates.crt",
191 "Plugins" : [ "." ], 191 "Plugins" : [ "." ],