comparison Sphinx/source/plugins/authorization.rst @ 921:33e8cb14142f

auth plugin fix
author Alain Mazy <am@osimis.io>
date Fri, 17 Mar 2023 17:15:08 +0100
parents 1d9e0aa08fdd
children 11d7d30ca273
comparison
equal deleted inserted replaced
920:1d9e0aa08fdd 921:33e8cb14142f
14 14
15 The `source code of this plugin 15 The `source code of this plugin
16 <https://hg.orthanc-server.com/orthanc-authorization/file/default>`__ is 16 <https://hg.orthanc-server.com/orthanc-authorization/file/default>`__ is
17 freely available under the terms of the AGPLv3 license. 17 freely available under the terms of the AGPLv3 license.
18 18
19 Binaries 19
20 -------- 20 How to get it ?
21 21 ---------------
22 Binaries are available: 22
23 23 The source code is available on `Mercurial <https://hg.orthanc-server.com/orthanc-authorization/>`__.
24 - in the `Windows Installers <https://www.orthanc-server.com/download-windows.php>`__ . 24
25 - in the `MacOS package <https://www.orthanc-server.com/static.php?page=download-mac>`__ . 25 Binaries are included in:
26 - in the :ref:`osimis/orthanc Docker images <docker-osimis>` 26
27 27 - The `osimis/orthanc Docker image <https://hub.docker.com/r/osimis/orthanc>`__
28 Release notes 28 - The `Windows Installer <https://www.orthanc-server.com/download-windows.php>`__
29 ------------- 29 - The `MacOS packages <https://orthanc.osimis.io/osx/stable/orthancAndPluginsOSX.stable.zip>`__
30 30
31 Release notes are available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/NEWS>`__. 31 Release notes are available `here <https://hg.orthanc-server.com/orthanc-authorization/file/tip/NEWS>`__.
32
33 Compilation instructions are available below.
32 34
33 35
34 Usage 36 Usage
35 ----- 37 -----
36 38
37 .. highlight:: json 39 .. highlight:: json
38 40
39 You of course first have to :ref:`install Orthanc <compiling>`. Once 41 Once Orthanc is installed, you must change the :ref:`configuration file
40 Orthanc is installed, you must change the :ref:`configuration file
41 <configuration>` to tell Orthanc where it can find the plugin: This is 42 <configuration>` to tell Orthanc where it can find the plugin: This is
42 done by properly modifying the ``Plugins`` option. You could for 43 done by properly modifying the ``Plugins`` option. You could for
43 instance use the following configuration file:: 44 instance use the following configuration file::
44 45
45 { 46 {