且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在AWS Linux上安装Hyperledger Composer

更新时间:2023-11-17 08:23:52

关于在非Ubuntu系统上进行安装的问题,一些用户已经在AWS和Centos上进行了安装,因此这是有可能的.我将研究prereqs-ubuntu.sh脚本中的先决条件.特定警告是关于在安装npm模块时不使用sudo或root,以及此文档可能有助于解决该问题.

Regarding installing on a non-ubuntu system some users have suceeded on AWS, and on Centos so it is possible. I would work through the pre-requisites in the prereqs-ubuntu.sh script. The particular warnings are about not using sudo or root when installing npm modules, and this doc may help with that problem.

使用单独的Ubuntu系统作为客户端"应该可以,并且实际上是一种更实际的生产方案.您可能需要通过防火墙配置使结构的所有端口可用,然后在客户端计算机上使用远程结构的地址创建/更新连接配置文件(connection.json).

Using a separate Ubuntu system as a 'client' should work, and is actually a more realistic production scenario. You would need to make all the ports of your fabric available perhaps with firewall configuration, then on the client machine you need to create/update your connection profile (connection.json) with the addresses of the remote Fabric.