comparison README @ 298:40d9f449b9dd

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 12 May 2020 20:58:49 +0200
parents 192665e6113f
children 09ebdee8eda2
comparison
equal deleted inserted replaced
297:f95cd3af1c7a 298:40d9f449b9dd
133 # ./Start.sh 133 # ./Start.sh
134 134
135 Note that you will have to grant root access for Docker. 135 Note that you will have to grant root access for Docker.
136 136
137 137
138 (Option 2c) On Windows:
139
140 Easiest way to run the integration test under windows is actually
141 run the remote Orthanc and the python script under WSL and run the
142 orthanc under test on Windows (such that you can debug it).
143 Note that if Orthanc on Windows is not using the standard port, you
144 may specify them when starting the test as shown below
145
146 # bash
147 # python Tests/Run.py --force --dicom 8567 --rest 8568
148
149 Note that you will have to install Linux prerequisites under WSL
150 and the orthanc package as well.
151
152
138 153
139 Licensing 154 Licensing
140 ========= 155 =========
141 156
142 The integration tests are licensed under the GPLv3 license. The sample 157 The integration tests are licensed under the GPLv3 license. The sample