Sha256: 6be13b0adf70703983c75fdb6f0c0c092b154596728d077d74497d8559f4cc58

Contents?: true

Size: 843 Bytes

Versions: 1

Compression:

Stored size: 843 Bytes

Contents

== Backlog

Welcome to Backlog!

Backlog is a tool to help you collect and organize all your tasks,
wether you are a single persion or a small or large group.

A timekeeping module is also included to track time spent on the different tasks.

=== Backlog is not meant to be

* an issue tracker with customer communication.

=== Installation

* Install ruby
* Install RubyGems
* Install PostgreSQL
* Install ImageMagick
* run <tt>sudo gem install backlog -y</tt>
* run <tt>sudo backlog setup_unix</tt>
* run <tt>sudo backlog start</tt>

=== Updates

* run <tt>sudo gem update -y</tt>
* run <tt>sudo backlog setup_unix</tt>
* run <tt>sudo backlog restart</tt>

=== Configuration

You can set configuration parameters for backlog using the /etc/backlog.conf file.
The format is YAML.
Currently only port number is settable.

Example:

port: 3000

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
backlog-0.7.5 README.txt