22Installing Roundup
33==================
44
5- :Version: $Revision: 1.77 $
5+ :Version: 1.76
66
77.. contents::
8+ :depth: 2
89
910
1011Overview
@@ -49,8 +50,9 @@ Non-Python2.3 users may need to `install the "CSV" module`_.
4950Install the "CSV" module
5051------------------------
5152
52- Note: CSV stands for Comma-Separated-Value. These files are used by all
53- manner of programs (eg. spreadsheets) to exchange data.
53+ .. hint::
54+ CSV stands for Comma-Separated-Value. These files are used by all
55+ manner of programs (eg. spreadsheets) to exchange data.
5456
5557The "CSV" module is required if you wish to import or export data in the
5658tracker, or if you wish to use the online generic class editing facility.
@@ -88,7 +90,9 @@ folder names" check box is checked before you extract the files.
8890Testing your Python
8991-------------------
9092
91- Note: user of the Windows installer may not run these tests.
93+ .. note::
94+ The Windows installer doesn't include the ``run_tests.py`` or ``demo.py``
95+ scripts - you will need to download the source to use them.
9296
9397Once you've unpacked roundup's source, run ``python run_tests.py`` in the
9498source directory and make sure there are no errors. If there are errors,
@@ -119,10 +123,11 @@ at so you may start playing. Three users will be set up:
119123Installation
120124============
121125
122- :Note: Some systems, such as Debian and NetBSD, already have Roundup
123- installed. Try running the command "roundup-admin" with no arguments,
124- and if it runs you may skip the `Basic Installation Steps`_
125- below and go straight to `configuring your first tracker`_.
126+ .. note::
127+ Some systems, such as Debian and NetBSD, already have Roundup
128+ installed. Try running the command "roundup-admin" with no arguments,
129+ and if it runs you may skip the `Basic Installation Steps`_
130+ below and go straight to `configuring your first tracker`_.
126131
127132Set aside 15-30 minutes. Please make sure you're using a supported version of
128133Python -- see `testing your python`_. There's several steps to follow in your
@@ -199,7 +204,7 @@ Configuring your first tracker
199204
200205 You will now be directed to edit the tracker configuration and
201206 initial schema. At a minimum, you must set ``MAILHOST``,
202- ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. Note that the
207+ ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. The
203208 configuration file uses Python syntax, so almost every value must be
204209 ``'quoted'`` using single or double quotes. If you get stuck, and get
205210 configuration file errors, then see the `tracker configuration`_ section
@@ -213,7 +218,7 @@ Configuring your first tracker
213218
214219 The URL *must* end in a '/', or your web interface *will not work*.
215220 See `Customising Roundup`_ for details on configuration and schema
216- changes. Note that you may change any of the configuration after
221+ changes. You may change any of the configuration after
217222 you've initialised the tracker - it's just better to have valid values
218223 for this stuff now.
219224
@@ -325,7 +330,7 @@ A benefit of using the cgi-bin approach is that it's the easiest way to
325330restrict access to your tracker to only use HTTPS. Access will be slower
326331than through the `stand-alone web server`_ though.
327332
328- Note that if your Python isn't install as "python" then you'll need to edit
333+ If your Python isn't install as "python" then you'll need to edit
329334the ``roundup.cgi`` script to fix the first line.
330335
331336If you're using IIS on a Windows platform, you'll need to run this command
0 commit comments