summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 818b271)
raw | patch | inline | side by side (parent: 818b271)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 3 Apr 2003 00:33:54 +0000 (00:33 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 22d3a5cf2a2131ac723335bfc434fcf9a21dc95a..64e16d6ba76f8979b140996eee988392811fd1d7 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.43 $
+:Version: $Revision: 1.44 $
.. contents::
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/'
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:
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
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`_