在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