IPFS 安装配置

来自:https://blog.csdn.net/rectsuly/article/details/79090736

root@ubuntu:~/soft/go-ipfs# ./install.sh 
We cannot install ipfs in one of the directories /usr/local/bin /usr/bin

看到以上提示,不要理睬,ipfs help查看是否安装成功

http://localhost:5001/webui  可以打开页面,http://192.168.1.XX:5001/webui 无法打开页面

修改  /root/.ipfs/config

"API": "/ip4/127.0.0.1/tcp/5001"  -->改为 "API": "/ip4/192.168.1.XX/tcp/5001"  重启服务

则可以打开页面

IPFS + 区块链 系列  http://liyuechun.org/2017/11/22/ipfs-api/

npm uninstall --save ipfs-api出现的错误:

npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

up to date in 19.518s

解决办法来自:https://blog.csdn.net/u010900754/article/details/80247520

npm install ajv@^6.0.0
///

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值