On linux run something like (package manager dependant): "sudo apt install NPM", "sudo dnf install NPM", "yum install NPM", etc...
Similiar syntax for python "sudo apt install Python3", "sudo dnf install Python3", "yum install Python3", etc...
Something like "sudo apt install git", etc...
In a terminal type "git clone https://github.com/DUNE/data-mgmt-testing.git"
(from root or with SUDO)
Ex: sudo npm install forever -g
Running for the first time, use the script setupEverything.sh, located in /data-mgmt-testing/NetworkVisualizer1.0/
To do first time setup run "sh setupEverything.sh" in the aforementioned directory
estimated time: ~5 minuets
To start: run "sh startEverything.sh"
Ex: sh startEverything.sh
estimated time: ~8 minuets
After which a browser window should launch with the network visualization.
At this point the software will stay running, even after logout, until stopped with the "stopEverything.sh" script is run
To stop: run "sh stopEverything.sh"