diff README @ 174:d468cbe1b161

added tests for IncomingWorklistRequestFilter
author am@osimis.io
date Thu, 20 Sep 2018 11:51:34 +0200
parents 6943b41eb239
children 09ca519087a1
line wrap: on
line diff
--- a/README	Wed Sep 19 15:26:17 2018 +0200
+++ b/README	Thu Sep 20 11:51:34 2018 +0200
@@ -14,6 +14,14 @@
 General information about Orthanc can be found on its official
 Website: http://www.orthanc-server.com/
 
+Prerequisites:
+=============
+
+You need Python2.7 installed with the following package
+# pip2 install httplib2 Pillow
+
+You also need DCMTK and Dicom3Tools
+# sudo apt-get install -y dicom3tools DCMTK
 
 Quick-start: Running tests on the localhost 
 ===========================================
@@ -31,6 +39,18 @@
 
 # python ./Tests/Run.py
 
+To test the worklist plugin
+---------------------------
+
+1. In the first command shell:
+
+# python ./GenerateConfigurationForTests.py --force --plugins /home/.../libModalityWorklists.so
+# Orthanc IntegrationTestsConfiguration.json
+
+2. In the second command shell:
+
+# python ./Tests/Run.py
+
 
 
 Running the tests