Manage your project using https://app.backlogman.com
The goal of this project is to provide a simple agile backlog management
- 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
andenvdir/FROM_EMAIL
- If you have no mail, you will have to copy the invitation and registration URLs in your console log.
- (optional) Configure mail service in
- Start your redis server
- Start the server
make start
- browse: http://localhost:8000/
- 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+