我已经安装了Apache Ignite-binaries apache-ignite-fabric-2.6.0
。
作为 Apache Ignite-web-console-pre-requsite 步骤的一部分 :它提到
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 控制台安装的一部分,我是否遗漏了一些东西。请指教。