Bugman
Gamified Bug Reporting/Fixing
A way to gamify and make bug fixing & reporting interesting.
To run the project:
-
You'll need Python(2.x), Pip, git and git-flow.
Git flow cheat-sheet: http://danielkummer.github.io/git-flow-cheatsheet/
-
Install virtualenv for isolated Python environment and Activate environment.
-
Hit a "$pip install -r Requirements.txt" from respective folder, to install all dependencies.
-
From project folder:
python manage.py syncdb python manage.py migrate
-
Run the development Python server:
python manage.py runserver.