/network-dashboard

A dashboard to monitor latency between hosts

Primary LanguageJavaScriptMIT LicenseMIT

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