22Installing Roundup
33==================
44
5- :Version: $Revision: 1.43 $
5+ :Version: $Revision: 1.44 $
66
77.. contents::
88
@@ -140,8 +140,9 @@ Basic Installation Steps
140140 configuration file errors, then see the `tracker configuration`_ section
141141 of the `customisation documentation`_.
142142
143- If you just want to get set up to test things quickly, you can even
144- just set the TRACKER_WEB variable to::
143+ If you just want to get set up to test things quickly (and follow
144+ the instructions in step 3 below), you can even just set the
145+ TRACKER_WEB variable to::
145146
146147 TRACKER_WEB = 'http://localhost:8080/support/'
147148
@@ -166,7 +167,7 @@ Basic Installation Steps
166167 new tracker out, assuming ``TRACKER_WEB`` is set to
167168 ``'http://localhost:8080/support/'``, run::
168169
169- roundup-server -p 8080 support=/opt/roundup/trackers/support
170+ roundup-server support=/opt/roundup/trackers/support
170171
171172 then direct your web browser at:
172173
@@ -370,7 +371,8 @@ group does not have to be the same as the tracker name. To this
370371working with this Roundup tracker. In addition to 'real' users,
371372the Roundup email gateway will need to have permissions to this
372373area as well, so add the user your mail service runs as to the
373- group. The UNIX group might then look like::
374+ group (typically "mail" or "daemon"). The UNIX group might then
375+ look like::
374376
375377 support:*:1002:jblaine,samh,geezer,mail
376378
@@ -439,9 +441,19 @@ This is usually done via the following 2 steps:
439441Linux
440442-----
441443
444+ Make sure you read the instructions under `shared environment setup`_.
445+
442446Python 2.1.1 as shipped with SuSE7.3 might be missing module
443447``_weakref``.
444448
449+
450+ Solaris
451+ -------
452+
453+ You'll need to build Python.
454+
455+ Make sure you read the instructions under `shared environment setup`_.
456+
445457-------------------------------------------------------------------------------
446458
447459Back to `Table of Contents`_
0 commit comments