Code

more installation hintage
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 3 Apr 2003 00:33:54 +0000 (00:33 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 3 Apr 2003 00:33:54 +0000 (00:33 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1646 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/installation.txt

index 22d3a5cf2a2131ac723335bfc434fcf9a21dc95a..64e16d6ba76f8979b140996eee988392811fd1d7 100644 (file)
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.43 $
+:Version: $Revision: 1.44 $
 
 .. contents::
 
@@ -140,8 +140,9 @@ Basic Installation Steps
       configuration file errors, then see the `tracker configuration`_ section
       of the `customisation documentation`_.
 
-      If you just want to get set up to test things quickly, you can even
-      just set the TRACKER_WEB variable to::
+      If you just want to get set up to test things quickly (and follow
+      the instructions in step 3 below), you can even just set the
+      TRACKER_WEB variable to::
 
          TRACKER_WEB = 'http://localhost:8080/support/'
 
@@ -166,7 +167,7 @@ Basic Installation Steps
    new tracker out, assuming ``TRACKER_WEB`` is set to
    ``'http://localhost:8080/support/'``, run::
 
-     roundup-server -p 8080 support=/opt/roundup/trackers/support
+     roundup-server support=/opt/roundup/trackers/support
 
    then direct your web browser at:
 
@@ -370,7 +371,8 @@ group does not have to be the same as the tracker name.  To this
 working with this Roundup tracker.  In addition to 'real' users,
 the Roundup email gateway will need to have permissions to this
 area as well, so add the user your mail service runs as to the
-group.  The UNIX group might then look like::
+group (typically "mail" or "daemon").  The UNIX group might then
+look like::
 
      support:*:1002:jblaine,samh,geezer,mail
 
@@ -439,9 +441,19 @@ This is usually done via the following 2 steps:
 Linux
 -----
 
+Make sure you read the instructions under `shared environment setup`_.
+
 Python 2.1.1 as shipped with SuSE7.3 might be missing module
 ``_weakref``.
 
+
+Solaris
+-------
+
+You'll need to build Python.
+
+Make sure you read the instructions under `shared environment setup`_.
+
 -------------------------------------------------------------------------------
 
 Back to `Table of Contents`_