summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cb910b8)
raw | patch | inline | side by side (parent: cb910b8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 15 Oct 2002 07:33:55 +0000 (07:33 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 15 Oct 2002 07:33:55 +0000 (07:33 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1355 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/installation.txt | patch | blob | history | |
doc/user_guide.txt | patch | blob | history |
diff --git a/doc/installation.txt b/doc/installation.txt
index 10f15b1fdbad0d58373e81f6dd0e37aa14b672e0..4d8e114a408d76610332df62cf6dfae918c76e56 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.31 $
+:Version: $Revision: 1.32 $
.. contents::
------------------------
1. To install the Roundup support code into your Python tree and
- Roundup scripts into /usr/local/bin::
+ Roundup scripts into /usr/local/bin. You need to have write permissions
+ for these locations, eg. being root on unix::
python setup.py install
python setup.py install --install-scripts=/opt/roundup/bin
+ You can also use the ``--prefix`` option to use a completely different
+ base directory, if you do not want to use administrator rights. If you
+ choose to do this, take note of the message at the end of installation
+ and modify the python path accordingly.
+
2. To create a Roundup tracker (necessary to do before you can
use the software in any real fashion):
diff --git a/doc/user_guide.txt b/doc/user_guide.txt
index 3149d25822ccd100d4a895f68dbcb875037e7526..f7a97a44f58e1f0a3da8d013a31a02e6dbf0c76d 100644 (file)
--- a/doc/user_guide.txt
+++ b/doc/user_guide.txt
User Guide
==========
-:Version: $Revision: 1.10 $
+:Version: $Revision: 1.11 $
.. contents::
Subject: Re: [issue2] we're out of widgets [nosy=+richard]
-- setting the nosy list to just you::
+- setting the nosy list to just you and cliff::
- Subject: Re: [issue2] we're out of widgets [nosy=richard]
+ Subject: Re: [issue2] we're out of widgets [nosy=richard,cliff]
-- removing yourself from a nosy list::
+- removing yourself from a nosy list and setting the priority::
- Subject: Re: [issue2] we're out of widgets [nosy=-richard]
+ Subject: Re: [issue2] we're out of widgets [nosy=-richard;priority=bug]
In all cases, the message relates to issue 2. The ``Re:`` prefix is stripped
off.