Coder Social home page Coder Social logo

adammendoza / berserk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from btaylor/berserk

0.0 1.0 0.0 3.89 MB

Berserk is a Scrum tracking tool used by the Mono Accessibility project to track sprint backlog, integrating with Bugzilla to track these tasks. The workflow of Berserk is heavily influenced by Overlord developed by Medsphere.

Python 15.89% HTML 1.57% CSS 8.50% JavaScript 74.04%

berserk's Introduction

Berserk is a Scrum tracking tool developed to track sprint backlog, integrating
with Bugzilla or FogBugz to track these tasks.

The workflow of Berserk is heavily influenced by Overlord and Flux developed by
Medsphere.


To install:

 * Make sure your berserk checkout directory is actually named berserk2.

 * pip install
    - django
    - mysql-python
    - simplejson
    - beautifulsoup
    - dateutil
    - sentry (optional)
    - twill (for Bugzilla Novell backend only)

 * Copy local_settings.py.in to local_settings.py.  Configure your settings in
   local_settings.py.  Make sure to list your database settings, which bug
   tracker you want to use, and if you plan to use timeline, your email
   settings.

 * python manage.py syncdb

 * python manage.py migrate

 * Set up berserk in your webserver or for development:

     python manage.py runserver

To configure:

 * Navigate to berserk's admin page in your browser.  If you are running in
   development mode, this is at http://127.0.0.1:8000/admin.

 * Configure the default site to point to where Berserk is located on the
   internet.  In development mode, using http://127.0.0.1:8000 is a-ok.

 * Configure your first bug tracker, providing the product (or in FogBugz
   terms, a project), the base url and login credentials.

 * If you plan to run in production, install the crontab configuration located
   in conf/crontab.  If you're running in development mode, you'll need to run
   the management commands manually when you want fresh data.

berserk's People

Contributors

btaylor-litl avatar btaylor avatar

Watchers

Adam J. Mendoza avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.