comparison Sphinx/source/users/cookbook.rst @ 26:7f98cfa8708f

docker, upload issue
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Jul 2016 09:32:58 +0200
parents 901e8961f46e
children dc235678897c
comparison
equal deleted inserted replaced
25:669ea65ba7fb 26:7f98cfa8708f
13 13
14 To obtain the Orthanc binaries, you have several possibilities: 14 To obtain the Orthanc binaries, you have several possibilities:
15 15
16 * :ref:`Compile Orthanc by yourself <compiling>`. 16 * :ref:`Compile Orthanc by yourself <compiling>`.
17 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__. 17 * `Download pre-compiled packages <http://www.orthanc-server.com/download.php>`__.
18 * `Use Docker <https://github.com/jodogne/OrthancDocker>`__.
19 * External contributors are also maintaining `Vagrant VM for Orthanc
20 <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#vagrant>`__.
18 21
19 22
20 .. _orthanc-explorer: 23 .. _orthanc-explorer:
21 24
22 Opening Orthanc Explorer 25 Opening Orthanc Explorer
43 http://localhost:8042/app/explorer.html#upload. Then, you can drag and 46 http://localhost:8042/app/explorer.html#upload. Then, you can drag and
44 drop your DICOM files and click on the Upload button. 47 drop your DICOM files and click on the Upload button.
45 48
46 You can `watch this video tutorial 49 You can `watch this video tutorial
47 <https://www.youtube.com/watch?v=4dOcXGMlcFo&hd=1>`__ that shows how 50 <https://www.youtube.com/watch?v=4dOcXGMlcFo&hd=1>`__ that shows how
48 to upload files to Orthanc through Orthanc Explorer. 51 to upload files to Orthanc through Orthanc Explorer with Chromium.
52
53 **Important:** There is currently a `known issue
54 <https://bitbucket.org/sjodogne/orthanc/issues/21/dicom-files-missing-after-uploading-with>`__
55 that prevents Mozilla Firefox to correctly upload all DICOM files.
49 56
50 57
51 Uploading through the DICOM protocol 58 Uploading through the DICOM protocol
52 ------------------------------------ 59 ------------------------------------
53 60