comparison Sphinx/source/developers/repositories.rst @ 390:32d0a95bee7e

note about slowness
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Apr 2020 08:56:07 +0200
parents 12f88a12d146
children 4bc6bcd83ae5
comparison
equal deleted inserted replaced
389:deee9da91633 390:32d0a95bee7e
61 Read-only access 61 Read-only access
62 ^^^^^^^^^^^^^^^^ 62 ^^^^^^^^^^^^^^^^
63 63
64 Anybody has full read-only access to all of the Orthanc official 64 Anybody has full read-only access to all of the Orthanc official
65 repositories, on our `self-hosted server 65 repositories, on our `self-hosted server
66 <https://hg.orthanc-server.com/>`__. 66 <https://hg.orthanc-server.com/>`__. As the ``hg serve`` tool that is
67 used by our Web server tends to be slow, we recommend people to
68 locally clone our Mercurial repositories.
67 69
68 .. highlight:: bash 70 .. highlight:: bash
69 71
70 Locally cloning one of those Mercurial repositories (say, the main 72 Locally cloning one of those Mercurial repositories (say, the main
71 ``orthanc`` repository) is as simple as typing:: 73 ``orthanc`` repository) is as simple as typing::