comparison Sphinx/source/users/replication.rst @ 449:2922fb1bd65e

fix links
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 03 Jul 2020 09:33:10 +0200
parents d217af5e6cb3
children 22a19433820b
comparison
equal deleted inserted replaced
447:74fc0203d882 449:2922fb1bd65e
69 Direct access to the filesystem 69 Direct access to the filesystem
70 ------------------------------- 70 -------------------------------
71 71
72 The most direct way to replicate an instance of Orthanc consists in 72 The most direct way to replicate an instance of Orthanc consists in
73 using the `ImportDicomFiles 73 using the `ImportDicomFiles
74 <https://hg.orthanc-server.com/orthanc/file/default/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`_ 74 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/ImportDicomFiles/ImportDicomFiles.py>`_
75 script of the Orthanc distribution. For instance, the following 75 script of the Orthanc distribution. For instance, the following
76 command would recursively explore the content of the 76 command would recursively explore the content of the
77 ``OrthancStorage`` folder (where Orthanc stores its DICOM files by 77 ``OrthancStorage`` folder (where Orthanc stores its DICOM files by
78 default), and send each DICOM file inside this folder to the instance 78 default), and send each DICOM file inside this folder to the instance
79 of Orthanc whose REST API is listening on 79 of Orthanc whose REST API is listening on
109 109
110 Generic replication 110 Generic replication
111 ------------------- 111 -------------------
112 112
113 If you cannot use the first method, you can use the `Replicate 113 If you cannot use the first method, you can use the `Replicate
114 <https://hg.orthanc-server.com/orthanc/file/default/Resources/Samples/Python/Replicate.py>`_ 114 <https://hg.orthanc-server.com/orthanc/file/default/OrthancServer/Resources/Samples/Python/Replicate.py>`_
115 script of the Orthanc distribution. This script will use the REST API 115 script of the Orthanc distribution. This script will use the REST API
116 of both the source and target instances of Orthanc. For instance:: 116 of both the source and target instances of Orthanc. For instance::
117 117
118 $ python Replicate.py http://orthanc:password@localhost:8042/ http://192.168.0.2/ 118 $ python Replicate.py http://orthanc:password@localhost:8042/ http://192.168.0.2/
119 119