Mercurial > hg > orthanc-book
comparison Sphinx/source/users/cookbook.rst @ 958:74248236d70c
debian 12
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Jun 2023 19:19:54 +0200 |
parents | 897903f8deb8 |
children | 1316bc62b5d5 |
comparison
equal
deleted
inserted
replaced
957:81f1253ac72c | 958:74248236d70c |
---|---|
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), Ubuntu | 38 (buster), Debian 11 (bullseye), Debian 12 (bookworm), Ubuntu 18.04 LTS |
39 20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on an **AMD64 | 39 (bionic), Ubuntu 20.04 LTS (focal), or Ubuntu 22.04 LTS (jammy) on an |
40 architecture**, Sébastien Jodogne maintains a **standalone Debian | 40 **AMD64 architecture**, Sébastien Jodogne maintains a **standalone |
41 repository** that provides the latest versions of the LSB | 41 Debian repository** that provides the latest versions of the LSB |
42 binaries. For instance, here is how to install the :ref:`Stone Web | 42 binaries. For instance, here is how to install the :ref:`Stone Web |
43 viewer <stone_webviewer>` on a barebone Docker setup:: | 43 viewer <stone_webviewer>` on a barebone Docker setup:: |
44 | 44 |
45 # 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 |
46 | 46 |