comparison Sphinx/source/users/cookbook.rst @ 925:897903f8deb8

added volview plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Mar 2023 15:11:02 +0100
parents db16e0fffe67
children 74248236d70c
comparison
equal deleted inserted replaced
924:c9d2ae104b1b 925:897903f8deb8
33 <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#user-content-vagrant>`__. 33 <https://github.com/jodogne/OrthancContributed/blob/master/Links.md#user-content-vagrant>`__.
34 34
35 .. highlight:: bash 35 .. highlight:: bash
36 36
37 Furthermore, if you are running Debian 9 (stretch), Debian 10 37 Furthermore, if you are running Debian 9 (stretch), Debian 10
38 (buster), Debian 11 (bullseye), Ubuntu 18.04 LTS (bionic) or Ubuntu 38 (buster), Debian 11 (bullseye), Ubuntu 18.04 LTS (bionic), Ubuntu
39 20.04 LTS (focal) on an **AMD64 architecture**, Sébastien Jodogne 39 20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on an **AMD64
40 maintains a **standalone Debian repository** that provides the latest 40 architecture**, Sébastien Jodogne maintains a **standalone Debian
41 versions of the LSB binaries. For instance, here is how to install the 41 repository** that provides the latest versions of the LSB
42 :ref:`Stone Web viewer <stone_webviewer>` on a barebone Docker setup:: 42 binaries. For instance, here is how to install the :ref:`Stone Web
43 viewer <stone_webviewer>` on a barebone Docker setup::
43 44
44 # docker run --rm -t -i -p 8042:8042 -p 4242:4242 debian:9 45 # docker run --rm -t -i -p 8042:8042 -p 4242:4242 debian:9
45 46
46 $ apt update 47 $ apt update
47 $ DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common wget curl nano gnupg apt-transport-https 48 $ DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common wget curl nano gnupg apt-transport-https