在 Ubuntu 安装 Corda Demobench
Install Corda Demobench in Ubuntu
是否有任何关于如何在 Ubuntu 上安装 Corda Demobench 的说明?
有一个下载部分 here which offers installers for Windows and Mac OS X.
There is a link for how to build a linux installer 但我找不到任何指向源代码的链接。
文档中提到的脚本可以在这里找到:https://github.com/corda/corda/tree/master/tools/demobench。
要构建安装程序,请克隆 Corda 存储库 (git clone https://github.com/corda/corda
) 和 运行 脚本。
从 git 克隆 Corda:
https://github.com/corda/corda.git
导航到 debench:
cd #directory you cloned#/corda/tools/demobench
运行:
./gradlew tools:demobench:installDist
这将构建演示平台。
最后您可以导航到构建目录:
cd tools/demobench/build/install/demobench
和运行工具:
bin/demobench
是否有任何关于如何在 Ubuntu 上安装 Corda Demobench 的说明?
有一个下载部分 here which offers installers for Windows and Mac OS X.
There is a link for how to build a linux installer 但我找不到任何指向源代码的链接。
文档中提到的脚本可以在这里找到:https://github.com/corda/corda/tree/master/tools/demobench。
要构建安装程序,请克隆 Corda 存储库 (git clone https://github.com/corda/corda
) 和 运行 脚本。
从 git 克隆 Corda:
https://github.com/corda/corda.git
导航到 debench:
cd #directory you cloned#/corda/tools/demobench
运行:
./gradlew tools:demobench:installDist
这将构建演示平台。
最后您可以导航到构建目录:
cd tools/demobench/build/install/demobench
和运行工具:
bin/demobench