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

1k views Asked by At

I have installed Apache Ignite-binaries apache-ignite-fabric-2.6.0 .

As part of the Apache Ignite-web-console-pre-requsite steps : It mentioned

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

However when i go to IGNITE_HOME , i am unable to find the modules directory or /modules/web-console/frontend /modules/web-console/backend directory.

Am I missing something as part of the ApacheIgnite-installation or web-console installation. Please advice.

1

There are 1 answers

1
Stephen Darlington On BEST ANSWER

You need the source Ignite download rather than the binary one.