Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Configure MongoDB to run as service or in terminal change dir to $MONGO_INSTALL_DIR/server/3.0/bin
     and start MongoDB by executing "mongod".
  2. In new terminal change directory to '$IGNITE_HOME/modules/web-console/backend'.
    If needed run "npm install --no-optional" (if dependencies changed) and run "node servenpm start" to start backend.

  3. In new terminal change directory to '$IGNITE_HOME/modules/web-console/frontend'
    and start webpack in development mode "npm run dev".

  4. In browser open: http://localhost:9000

...