From: richard Date: Thu, 3 Apr 2003 00:33:54 +0000 (+0000) Subject: more installation hintage X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e2b07235d892a3a1b8b6fe9f1ace571774c4610b;p=roundup.git more installation hintage git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1646 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/installation.txt b/doc/installation.txt index 22d3a5c..64e16d6 100644 --- a/doc/installation.txt +++ b/doc/installation.txt @@ -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`_