Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

themcaffee/network-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Dashboard

A dashboard that can display network information in real time.

Screenshot

To Install Production

On the computer that will be running the web service:

  1. Install meteor
  2. Install git
  3. Install nodejs
  4. Install mongodb
  5. Download the source git clone git@github.com:Holyshatots/network-dashboard.git
  6. Build the project meteor build /path/to/build
  7. cd my_directory
  8. (cd programs/server && npm install)
  9. MONGO_URL=mongodb://localhost:27017/myapp ROOT_URL=http://my-app.com node main.js

To Install Development

  1. Install meteor
  2. Install git
  3. Install nodejs
  4. Install mongodb
  5. Download the source git clone git@github.com:Holyshatots/network-dashboard.git
  6. cd network-dashboard
  7. meteor run

About

A dashboard to monitor latency between hosts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published