在Ubuntu22.04.2远程服务器上搭建OHIF+Orthanc

在Ubuntu远程服务器上不翻墙,但是本地windows需要科学上网

开始之前,首先在终端输入

export -p

查看是否有代理端口如下

export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890

如果有就关了,输入如下命令

unset http_proxy
unset https_proxy

1.安装Orthanc 1.12.4

update指令能运行成功就运行,但大概会卡在访问docker网站的时候,卡住就Ctrl+c暂停,没关系的

apt update

接下来:

DEBIAN_FRONTEND=noninteractive apt install -y software-properties-common wget curl nano gnupg apt-transport-https
apt install --upgrade ca-certificates
wget -qO - https://debian.orthanc-labs.com/archive.key | apt-key add -
apt-add-repository "deb https://debian.orthanc-labs.com/ `grep VERSION_CODENAME /etc/os-release | cut -d'=' -f 2` main"
apt clean

 和之前的update指令一样,是否运行成功无所谓

apt update
apt install orthanc-stone-webviewer
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值