22Administration Guide
33====================
44
5- :Version: $Revision: 1.21 $
5+ :Version: $Revision: 1.22 $
66
77.. contents::
88
@@ -37,7 +37,7 @@ There's two "installations" that we talk about when using Roundup:
3737 installs configuration files, HTML templates, detector code and a new
3838 database. You have complete control over where this stuff goes through
3939 both choosing your "tracker home" and the ``main`` -> ``database`` variable
40- in the tracker's config.ini.
40+ in the tracker's config.ini.
4141
4242
4343Configuring Roundup's Logging of Messages For Sysadmins
@@ -76,12 +76,12 @@ The basic configuration file layout is as follows (take from the
7676
7777 [main]
7878 port = 8080
79- ;hostname =
80- ;user =
81- ;group =
79+ ;hostname =
80+ ;user =
81+ ;group =
8282 ;log_ip = yes
83- ;pidfile =
84- ;logfile =
83+ ;pidfile =
84+ ;logfile =
8585
8686 [trackers]
8787 ; Add one of these per tracker being served
@@ -157,7 +157,7 @@ Tasks
157157
158158Maintenance of Roundup can involve one of the following:
159159
160- 1. `tracker backup`_
160+ 1. `tracker backup`_
1611612. `software upgrade`_
1621623. `migrating backends`_
1631634. `moving a tracker`_
@@ -226,7 +226,7 @@ Migrating Backends
226226 the new tracker home
2272277. test each of the admin tool, web interface and mail gateway using the new
228228 backend
229- 8. move the old tracker home out of the way (rename to "tracker.old") and
229+ 8. move the old tracker home out of the way (rename to "tracker.old") and
230230 move the new tracker home into its place
2312319. restart web and email frontends
232232
@@ -263,14 +263,14 @@ or you can write a simple Python script which uses the Roundup API
263263directly. The latter is almost always simpler -- see the "scripts"
264264directory in the Roundup source for some example uses of the API.
265265
266- "roundup-admin import" will import data into your tracker from a
266+ "roundup-admin import" will import data into your tracker from a
267267directory containing files with the following format:
268268
269269- one colon-separated-values file per Class with columns for each property,
270270 named <classname>.csv
271271- one colon-separated-values file per Class with journal information,
272272 named <classname>-journals.csv (this is required, even if it's empty)
273- - if the Class is a FileClass, you may have the "content" property
273+ - if the Class is a FileClass, you may have the "content" property
274274 stored in separate files from the csv files. This goes in a directory
275275 structure::
276276
@@ -317,7 +317,7 @@ to reflect your specific installation.
317317Windows
318318-------
319319
320- On Windows, the roundup-server program runs as a Windows Service, and
320+ On Windows, the roundup-server program runs as a Windows Service, and
321321therefore may be controlled through the Services control panel. The
322322roundup-server program may also control the service directly:
323323
@@ -335,9 +335,10 @@ Windows 2000 and later
335335Windows NT4
336336 Start/Control Panel/Services
337337
338- You will need a server configuration file (as described in `Configuring roundup-server`_)
339- for specifying tracker homes and other roundup-server configuration. Specify the name of this
340- file using the ``-C`` switch when installing the service.
338+ You will need a server configuration file (as described in
339+ `Configuring roundup-server`_) for specifying tracker homes
340+ and other roundup-server configuration. Specify the name of
341+ this file using the ``-C`` switch when installing the service.
341342
342343Running the Mail Gateway Script
343344~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -358,4 +359,3 @@ Back to `Table of Contents`_
358359.. _`Table of Contents`: index.html
359360.. _`customisation documentation`: customizing.html
360361.. _`upgrading documentation`: upgrading.html
361-
0 commit comments