A dashboard that can display network information in real time.
On the computer that will be running the web service:
- Install meteor
- Install git
- Install nodejs
- Install mongodb
- Download the source
git clone git@github.com:Holyshatots/network-dashboard.git
- Build the project
meteor build /path/to/build
cd my_directory
(cd programs/server && npm install)
MONGO_URL=mongodb://localhost:27017/myapp ROOT_URL=http://my-app.com node main.js