Web portal for network administration and visualization
You can run the application using the following commands:
-
Setup the required infrastructure using the setup script using:
./setup.sh
It will ask you standard questions required to setup an npm project.
-
Make sure to set the environment variables for the application by editing the .env file.
-
Start the server by running the below command:
node ./server/Server.js
To redirect the Evio node information to the above visualizer application, add the below configuration to the Evio config.json file.
"OverlayVisualizer": {
"Enabled": true,
"TimerInterval": 30,
"WebServiceAddress": "*.*.*.*:*",
"NodeName": "nd-###"
},
Change the IP and the port to where your visualizer is running.
- MongoDB
- Node.js
- Express.js
- React.js