软件:dicom

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

软件:dicom [2025/09/05 00:11] – 创建 admin软件:dicom [2025/09/05 00:12] (当前版本) admin
行 1: 行 1:
-1+<code -> 
 +apt-get -y install orthanc 
 +配置 
 +vi /etc/orthanc/orthanc.json 
 +#179 
 +"RemoteAccessAllowed" : true, 
 +#228 
 +"AuthenticationEnabled" : false, 
 +#233 
 +"RegisteredUsers" : { 
 +"alice" : "alicePassword" 
 +}, 
 + 
 +vi /etc/orthanc/credentials.json 
 +"RegisteredUsers" : { 
 +     "alice" : "alicePassword" 
 +
 + 
 + 
 +手动配置 
 +Orthanc --config=Configuration.json 
 +vi Configuration.json 
 +#179 
 +"RemoteAccessAllowed" : true, 
 +#228 
 +"AuthenticationEnabled" : false, 
 +#233 
 +"RegisteredUsers" : { 
 +"alice" : "alicePassword" 
 +}, 
 + 
 +systemctl stop orthanc 
 +Orthanc ./Configuration.json & 
 + 
 +Orthanc ./Configuration.json --verbose 
 +Orthanc ./Configuration.json –trace 
 + 
 +Orthanc访问 
 +http://localhost:8042/app/explorer.html 
 +日志可在 中找到 
 +/var/log/orthanc/ 
 +配置文件。 
 +/etc/orthanc/ 
 +</code>
  
  
  • 软件/dicom.1757002307.txt.gz
  • 最后更改: 2025/09/05 00:11
  • admin