All Projects → nvbn → coviolations_web

nvbn / coviolations_web

Licence: MIT License
Tool for collecting and visualasing code violations.

Programming Languages

python
139335 projects - #7 most used programming language
coffeescript
4710 projects
CSS
56736 projects

coviolations.io web

https://coviolations.io/projects/nvbn/coviolations_web/badge/

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].