返回介绍

27.2. 安装 IPFS

发布于 2023-06-19 14:14:32 字数 1239 浏览 0 评论 0 收藏 0

27.2. 安装 IPFS

27.2.1. go get 方式

			
$ go get -u -d github.com/ipfs/go-ipfs

$ cd $GOPATH/src/github.com/ipfs/go-ipfs
$ make install
			
			

27.2.2. 安装 ipfs-update

ipfs-update 是一个 ipfs 版本管理工具,可以通过这个工具安装ipfs 和升级 ipfs.

			
# go get -u github.com/ipfs/ipfs-update

# ipfs-update install latest
			
			

27.2.3. Ubuntu

			
neo@netkiller ~ % sudo apt install golang1.9			
			
			

27.2.4. Netkiller OSCM

27.2.4.1. 源码安装

						
curl -s https://raw.githubusercontent.com/oscm/shell/master/distributed/ipfs/go-ipfs-0.4.14.sh | bash
curl -s https://raw.githubusercontent.com/oscm/shell/master/distributed/ipfs/ipfs-update-1.5.2.sh | bash
				
				

27.2.4.2. ipfs-update

				
[root@netkiller ~]# curl -s https://raw.githubusercontent.com/oscm/shell/master/lang/golang/golang-1.11.sh | bash					
[root@netkiller ~]# curl -s https://raw.githubusercontent.com/oscm/shell/master/distributed/ipfs/ipfs-update.sh | bash

[root@netkiller ~]# ./go/bin/ipfs-update versions
[root@netkiller ~]# ./go/bin/ipfs-update install latest				
				
				

27.2.5. Mac OS

			
neo@MacBook-Pro ~ % brew install ipfs			
			
			

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文