portal: Web portal for network administration and visualization https://github.com/EdgeVPNio/portal
 
 
 
 
Go to file
Prajwalanagaraj 6e2aaf40ad Changes to accomodate updated dependencies wrt react, setup.sh and server.js 2021-02-22 10:01:05 -05:00
controllers Added copyright information and made config changes 2021-02-10 15:51:40 -05:00
db Added copyright information and made config changes 2021-02-10 15:51:40 -05:00
server Changes to accomodate updated dependencies wrt react, setup.sh and server.js 2021-02-22 10:01:05 -05:00
views Code changes to integrate react-express on same server port for Get/Overlays 2021-02-18 11:52:01 -05:00
.env Auto expire .env fix for 1 day format 2021-02-12 19:17:28 -05:00
.gitignore Added copyright information and made config changes 2021-02-10 15:51:40 -05:00
LICENSE Initial commit 2020-07-22 15:42:34 -04:00
README.md Added copyright information and made config changes 2021-02-10 15:51:40 -05:00
package.json Changes to accomodate updated dependencies wrt react, setup.sh and server.js 2021-02-22 10:01:05 -05:00
setup.sh Changes to accomodate updated dependencies wrt react, setup.sh and server.js 2021-02-22 10:01:05 -05:00

README.md

Evio Visualizer Portal

Web portal for network administration and visualization

Steps to Run

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

Changes required in the Evio config

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.

Software Stack Used

  • MongoDB
  • Node.js
  • Express.js
  • React.js