comparison doc/installation.txt @ 7354:692242b3effd

initial pass to change references to reference doc where needed. There are some references that don't seem to exist anymore. They were left pointing to their original values. These are in the 0.6 upgrade directions and whatsnew-0.7. They reference macros that don't exist or config.py that is no longer valid.
author John Rouillard <rouilj@ieee.org>
date Tue, 16 May 2023 01:19:16 -0400
parents 0848b3d7de28
children 72de757edf78
comparison
equal deleted inserted replaced
7353:fc88c66eb73b 7354:692242b3effd
438 (that's the "web" option in the "tracker" section), 438 (that's the "web" option in the "tracker" section),
439 "mail :: host", and "mail :: domain". You should also 439 "mail :: host", and "mail :: domain". You should also
440 set "main :: admin_email" to your local admin address to get email 440 set "main :: admin_email" to your local admin address to get email
441 on unusual occurances. If you get stuck, 441 on unusual occurances. If you get stuck,
442 and get configuration file errors, then see the `tracker 442 and get configuration file errors, then see the `tracker
443 configuration`_ section of the `customisation documentation`_. 443 configuration`_ section of the `reference documentation`_.
444 444
445 If you just want to get set up to test things quickly (and follow 445 If you just want to get set up to test things quickly (and follow
446 the instructions in step 3 below), you can even just set the 446 the instructions in step 3 below), you can even just set the
447 "tracker :: web" variable to:: 447 "tracker :: web" variable to::
448 448
449 web = http://localhost:8080/support/ 449 web = http://localhost:8080/support/
450 450
451 The URL *must* end in a '/', or your web interface *will not work*. 451 The URL *must* end in a '/', or your web interface *will not work*.
452 See `Customising Roundup`_ for details on configuration and schema 452 See the `Roundup reference`_ for details on configuration and schema
453 changes. You may change any of the configuration after 453 changes. You may change any of the configuration after
454 you've initialised the tracker - it's just better to have valid values 454 you've initialised the tracker - it's just better to have valid values
455 for this stuff now. 455 for this stuff now.
456 456
457 .. index:: roundup-admin; initialise subcommand 457 .. index:: roundup-admin; initialise subcommand
1931 Further Reading 1931 Further Reading
1932 =============== 1932 ===============
1933 1933
1934 If you intend to use Roundup with anything other than the default 1934 If you intend to use Roundup with anything other than the default
1935 templates, if you would like to hack on Roundup, or if you would 1935 templates, if you would like to hack on Roundup, or if you would
1936 like implementation details, you should read `Customising Roundup`_. 1936 like implementation details, you should read `Customising
1937 Roundup`_ and the `Roundup reference`_.
1937 1938
1938 1939
1939 Running Multiple Trackers 1940 Running Multiple Trackers
1940 ========================= 1941 =========================
1941 1942
2122 directory and make sure there are no errors. If there are errors, 2123 directory and make sure there are no errors. If there are errors,
2123 please let us know! 2124 please let us know!
2124 2125
2125 .. _`user guide`: user_guide.html 2126 .. _`user guide`: user_guide.html
2126 .. _`roundup specification`: spec.html 2127 .. _`roundup specification`: spec.html
2127 .. _`tracker configuration`: customizing.html#tracker-configuration 2128 .. _`tracker configuration`: reference.html#tracker-configuration
2128 .. _`customisation documentation`: customizing.html 2129 .. _`customisation documentation`: customizing.html
2130 .. _`Roundup reference`: reference.html
2131 .. _`reference documentation`: reference.html
2129 .. _`preventing spam`: customizing.html#preventing-spam 2132 .. _`preventing spam`: customizing.html#preventing-spam
2130 .. _`Adding a new field to the classic schema`: 2133 .. _`Adding a new field to the classic schema`:
2131 customizing.html#adding-a-new-field-to-the-classic-schema 2134 customizing.html#adding-a-new-field-to-the-classic-schema
2132 .. _`Tracking different types of issues`: 2135 .. _`Tracking different types of issues`:
2133 customizing.html#tracking-different-types-of-issues 2136 customizing.html#tracking-different-types-of-issues

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