comparison doc/installation.txt @ 4249:87b3e905ae2e

fixed typos in the installation instructions (thanks Thomas Arendsen Hein) (issue 2550573)
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Tue, 08 Sep 2009 21:38:42 +0000
parents d0a3ac73b4c1
children cfb01b2bc730
comparison
equal deleted inserted replaced
4242:be65a3ff8b22 4249:87b3e905ae2e
439 439
440 LD_PRELOAD=/usr/lib/libc_r.so 440 LD_PRELOAD=/usr/lib/libc_r.so
441 export LD_PRELOAD 441 export LD_PRELOAD
442 442
443 Next, you have to add Roundup trackers configuration to apache config. 443 Next, you have to add Roundup trackers configuration to apache config.
444 Roundup apache interface uses two options specified with ``PythonOption`` 444 Roundup apache interface uses the following options specified with
445 directives: 445 ``PythonOption`` directives:
446 446
447 TrackerHome: 447 TrackerHome:
448 defines the tracker home directory - the directory that was specified 448 defines the tracker home directory - the directory that was specified
449 when you did ``roundup-admin init``. This option is required. 449 when you did ``roundup-admin init``. This option is required.
450 450
451 TrackerLaguage: 451 TrackerLanguage:
452 defines web user interface language. mod_python applications do not 452 defines web user interface language. mod_python applications do not
453 receive OS environment variables in the same way as command-line 453 receive OS environment variables in the same way as command-line
454 programs, so the language cannot be selected by setting commonly 454 programs, so the language cannot be selected by setting commonly
455 used variables like ``LANG`` or ``LC_ALL``. ``TrackerLanguage`` 455 used variables like ``LANG`` or ``LC_ALL``. ``TrackerLanguage``
456 value has the same syntax as values of these environment variables. 456 value has the same syntax as values of these environment variables.
480 reduce the number of configuration directives. Support tracker has 480 reduce the number of configuration directives. Support tracker has
481 russian user interface. The other tracker (devel) has english user 481 russian user interface. The other tracker (devel) has english user
482 interface (default). 482 interface (default).
483 483
484 Static files from ``html`` directory are served by apache itself - this 484 Static files from ``html`` directory are served by apache itself - this
485 is quickier and generally more robust than doing that from python. 485 is quicker and generally more robust than doing that from python.
486 Everything else is aliased to dummy (non-existing) ``py`` file, 486 Everything else is aliased to dummy (non-existing) ``py`` file,
487 which is handled by mod_python and our roundup module. 487 which is handled by mod_python and our roundup module.
488 488
489 Example mod_python configuration:: 489 Example mod_python configuration::
490 490

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