一、linux 安装 nps
nps-releases:https://github.com/ehang-io/nps/releases
1.1、在 ubuntu下安装对应版本(非docker)
可以看到如下指令
wget https://ghproxy.com/https://github.com/ehang-io/nps/releases/download/v0.26.10/linux_amd64_server.tar.gz
其中细心地朋友会发现,有一个地址 github代理加速:https://ghproxy.com
就是在我们clone任何github代码时,加上这个proxy都会加速下载
1.2、下载后解压缩
注意这里容易造成文件的平铺,简易先创建一个文件夹
mkdir nps-server