/biggrph-webui

A monitoring UI for Big Grph, the distributed graph computation system.

Primary LanguageCSS

biggrph-webui

A monitoring UI for Big Grph, the distributed graph computation system.

Usage

Requirements

To run the server, you need to have Node.js installed and configured on your machine.

To install Node.js, download it from its website or run find-node-or-install.sh in a Terminal.

Once Node is installed, open a terminal at the root of the project and run npm install. This will install all the dependencies needed to execute the program.

Running the app

Open a terminal at the root of the project and run npm start to launch the server. By default it will listen the 8080 port of your machine.