comparison doc/installation.txt @ 2161:98656054ccfa

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Tue, 30 Mar 2004 06:23:11 +0000
parents d8c7fd205cd8
children 5aa74f9879ac
comparison
equal deleted inserted replaced
2160:225a0a74ac25 2161:98656054ccfa
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.69 $ 5 :Version: $Revision: 1.70 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
505 Things to think about before you jump off the deep end and install 505 Things to think about before you jump off the deep end and install
506 multiple trackers, which involve additional URLs, user databases, email 506 multiple trackers, which involve additional URLs, user databases, email
507 addresses, databases to back up, etc. 507 addresses, databases to back up, etc.
508 508
509 1. Do you want a tracker per product you sell/support? You can just add 509 1. Do you want a tracker per product you sell/support? You can just add
510 a new property to your issues called Product, and filter by that. 510 a new property to your issues called Product, and filter by that. See
511 the customisation example `adding a new field to the classic schema`_.
511 2. Do you want to track internal software development issues and customer 512 2. Do you want to track internal software development issues and customer
512 support issues separately? You can just set up an additiona "issue" 513 support issues separately? You can just set up an additiona "issue"
513 class called "cust_issues" in the same tracker, mimicing the normal 514 class called "cust_issues" in the same tracker, mimicing the normal
514 "issue" class, but with different properties. 515 "issue" class, but with different properties. See the customisation
516 example `tracking different types of issues`_.
515 517
516 518
517 Platform-Specific Notes 519 Platform-Specific Notes
518 ======================= 520 =======================
519 521
609 .. _`table of contents`: index.html 611 .. _`table of contents`: index.html
610 .. _`user guide`: user_guide.html 612 .. _`user guide`: user_guide.html
611 .. _`roundup specification`: spec.html 613 .. _`roundup specification`: spec.html
612 .. _`tracker configuration`: customizing.html#tracker-configuration 614 .. _`tracker configuration`: customizing.html#tracker-configuration
613 .. _`customisation documentation`: customizing.html 615 .. _`customisation documentation`: customizing.html
616 .. _`Adding a new field to the classic schema`:
617 customizing.html#adding-a-new-field-to-the-classic-schema
618 .. _`Tracking different types of issues`:
619 customizing.html#tracking-different-types-of-issues
614 .. _`customising roundup`: customizing.html 620 .. _`customising roundup`: customizing.html
615 .. _`upgrading document`: upgrading.html 621 .. _`upgrading document`: upgrading.html
616 .. _`administration guide`: admin_guide.html 622 .. _`administration guide`: admin_guide.html
617 .. _sqlite: http://www.hwaci.com/sw/sqlite/ 623 .. _sqlite: http://www.hwaci.com/sw/sqlite/
618 .. _metakit: http://www.equi4.com/metakit/ 624 .. _metakit: http://www.equi4.com/metakit/

Roundup Issue Tracker: http://roundup-tracker.org/