Mercurial > hg > orthanc-dicomweb
view Samples/JavaScript/README.txt @ 12:db07057d77ad
support of FreeBSD
| author | jodogne |
|---|---|
| date | Tue, 07 Apr 2015 17:13:43 +0200 |
| parents | 8e7bc8bf874d |
| children |
line wrap: on
line source
This is a sample JavaScript/jQuery application that makes a QIDO-RS request. To use it without facing the cross-domain restrictions, you will need to serve this folder using the "ServeFolder" plugin from the Orthanc source distribution: https://code.google.com/p/orthanc/source/browse/#hg%2FPlugins%2FSamples%2FServeFolders Your Orthanc configuration file will have to contain the following instruction to serve this folder as "http://localhost:8042/test/": "ServeFolders" : { "/test" : "../Samples/JavaScript" } Once Orthanc is running with the adapted configuration, open Firefox or Chrome at the following URL: http://localhost:8042/test/index.html
