Skip to content

vfournie/facile_backlog

 
 

Repository files navigation

Backlogman

Build Status

Coverage Status

Manage your project using https://app.backlogman.com

Project

The goal of this project is to provide a simple agile backlog management

How to install

  • Clone the project in your directory using git.
  • Install the required tools to run the service.
    • Python 2.7
    • virtualenv
    • deamontools ( for envdir )
    • foreman ( gem install foreman )
  • Create a virtualenv in the project directory.
  • Install dependencies using pip
    • pip install -r requirements.txt
  • Create Postgres database
    • createdb backlogman
    • make syncdb
  • Create the admin user
    • envdir envdir python manage.py createsuperuser
  • (optional) Configure mail service in envdir/SMTP_URL and envdir/FROM_EMAIL
    • If you have no mail, you will have to copy the invitation and registration URLs in your console log.
  • Start your redis server
  • Start the server

Development extension

  • Install dependencies using pip
    • pip install -r requirements-dev.txt
  • Install tools
    • compass ( gem install compass ) and dependencies
    • less ( gem install less ) and dependencies
    • bootstrap-sass ( gem install bootstrap-sass ) and dependencies
  • Authors: David Saradini and contributors
  • Licence: BSD
  • Compatibility: Django 1.5+

About

Facile backlog a user story teller project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.4%
  • Python 44.2%
  • CSS 9.4%