Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/celaus/t-mon

Real Time Traffic Monitoring for RESTful Web Services
https://github.com/celaus/t-mon

Last synced: 26 days ago
JSON representation

Real Time Traffic Monitoring for RESTful Web Services

Awesome Lists containing this project

README

        

==============================
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)!