summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea7a0ca)
raw | patch | inline | side by side (parent: ea7a0ca)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 27 Mar 2003 05:41:56 +0000 (05:41 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 27 Mar 2003 05:41:56 +0000 (05:41 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1643 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/glossary.txt | patch | blob | history | |
doc/installation.txt | patch | blob | history |
diff --git a/doc/glossary.txt b/doc/glossary.txt
index b0ed7aea6f49e292e958ab78af4405882fef0e5c..f912c7ea51b557a9f39ea934f301f00a541c6369 100644 (file)
--- a/doc/glossary.txt
+++ b/doc/glossary.txt
Roundup Glossary
================
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
.. contents::
class
a definition of the properties and behaviour of a set of items
-db
+db (or hyperdb)
a collection of items
designator
a combined class + itemid reference to any item in the hyperdb
schema
the definition of all the classes that make up an tracker
tracker
- I've defined this well somewhere else...
+ the schema and hyperdb that forms one issue tracker
-----------------
diff --git a/doc/installation.txt b/doc/installation.txt
index 0276111d775fc3fe9834af189ebd15ef1058a78e..22d3a5cf2a2131ac723335bfc434fcf9a21dc95a 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.42 $
+:Version: $Revision: 1.43 $
.. contents::
Back ends: anydbm, bsddb
Select backend [anydbm]: anydbm
+ The "support" part of the tracker name can be anything you want - it
+ is going to be used as the directory that the tracker information
+ will be stored in.
+
You will now be directed to edit the tracker configuration and
initial schema. At a minimum, you must set ``MAILHOST``,
``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. Note that the