如何在二进制分发版中安装 Apache Ignite web 控制台模块

How to install Apache Ignite web-console modules in binary distribution

我已经安装了 Apache Ignite-binaries apache-ignite-fabric-2.6.0

作为 Apache 的一部分 Ignite-web-console-pre-requsite steps: 它提到

Download the following dependencies:

For backend:
cd $IGNITE_HOME/modules/web-console/backend
npm install --no-optional

For frontend:
cd $IGNITE_HOME/modules/web-console/frontend
npm install --no-optional

然而,当我转到 IGNITE_HOME 时,我无法找到 modules 目录或 /modules/web-console/frontend /modules/web-console/backend 目录。

作为 ApacheIgnite 安装或 Web 控制台安装的一部分,我是否遗漏了什么。 请指教。

您需要 source Ignite download 而不是二进制文件。