comparison README @ 294:192665e6113f

instruction to run on Windows (with WSL)
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 12:43:25 +0200
parents 48cc188ffb09
children 09ebdee8eda2
comparison
equal deleted inserted replaced
293:032722c3e919 294:192665e6113f
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