Mercurial > hg > orthanc-book
view OpenAPI/NOTES.txt @ 844:41bae819d80b
added uclouvain
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 12 May 2022 09:39:48 +0200 |
parents | 0ebb626a2b08 |
children |
line wrap: on
line source
To test localy ============== # cd OpenAPI # python3 -m http.server 8000 # open http://localhost:8000 To install latest version of ReDoc ================================== !! The old documentation "2019-08-orthanc-openapi.yaml" requires 2.0.0-rc.14. Using wget ---------- # wget 'https://cdn.jsdelivr.net/npm/redoc@2.0.0-rc.48/bundles/redoc.standalone.js' Using npm --------- # mkdir /tmp/i # cd /tmp/i # npm install redoc # cd - # cp /tmp/i/node_modules/redoc/bundles/redoc.standalone.js .