Skip to content
forked from celaus/T-Mon

Real Time Traffic Monitoring for RESTful Web Services

License

Notifications You must be signed in to change notification settings

Cloudxtreme/T-Mon

 
 

Repository files navigation

==============================
 RjDj T-Mon Server
==============================

## VERY basic setup 

$ py26 bootstrap.py

# Default is buildout.testing.cfg
$ bin/buildout -c (buildout.testing.cfg | buildout.staging.cfg | buildout.production.cfg) 

# Create tables and an administrator account!
$ bin/instance syncdb

# Run Tests
$ bin/test -vv1

# Run Server
$ bin/instance runserver 0.0.0.0:8000

Please also look at DOCUMENTATION.md or src/templates/index.html (which are the same)! 

About

Real Time Traffic Monitoring for RESTful Web Services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.1%
  • JavaScript 19.1%
  • HTML 17.5%
  • CSS 3.3%
  • Nginx 1.0%