Skip to content

michaeljoseph/coviolations_web

 
 

Repository files navigation

coviolations.io web

image

Server side of coviolations.io

See docs of server side on read the docs

See client docs on read the docs

Installation

You need pip, npm, bower, redis and mongodb installed for this instruction.

Install fabric:

pip install fabric

Copy coviolations_web/settings/dist.py to coviolations_web/settings/local.py and fill config values.

And setup for developing with:

fab install

Or for production:

fab install:production

You can update project with:

fab update # or fab update:production

Running

Run http server:

./manage.py runserver

Run sockjs server:

./manage.py runpush

And run rq worker:

./manage.py rqworker

And run rq scheduler:

./manage.py rqscheduler

And open in browser.

About

Tool for collecting and visualasing code violations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published