Mercurial > p > roundup > code
annotate doc/installation.stx @ 635:3d61b5d2243e
Added popup help for classes using the classhelp html template function.
- add <display call="classhelp('priority', 'id,name,description')">
to an item page, and it generates a link to a popup window which displays
the id, name and description for the priority class. The description
field won't exist in most installations, but it will be added to the
default templates.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 21 Feb 2002 06:57:39 +0000 |
| parents | 7875cd9af1cb |
| children | 1dcbee29faa7 |
| rev | line source |
|---|---|
|
633
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
1 *Roundup (0.4.1): An Issue-Tracking System for Knowledge Workers* |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
2 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
3 `Table of contents`_ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
4 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
5 1. Prerequisites_ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
6 2. `Getting Roundup`_ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
7 3. `Installing Roundup`_ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
8 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
9 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
10 Prerequisites |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
11 ------------- |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
12 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
13 Python 2.1.1 is required for the correct operation of roundup. |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
14 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
15 Download the latest version from http://www.python.org/. |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
16 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
17 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
18 Getting Roundup |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
19 --------------- |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
20 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
21 Download the latest version from http://roundup.sf.net/. |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
22 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
23 Installing Roundup |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
24 ------------------ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
25 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
26 Run: |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
27 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
28 - "``python setup.py install``" |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
29 - If you would prefer the scripts installed in somewhere other than |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
30 "``/usr/local/bin``", add "``--install-scripts=<dir>``" to the |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
31 command:: |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
32 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
33 python setup.py install --install-scripts=<dir> |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
34 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
35 - This command gives all the options available for |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
36 installation:: |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
37 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
38 python setup.py install --help |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
39 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
40 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
41 Next: `Getting Started`_ |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
42 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
43 .. _`table of contents`: index.html |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
44 .. _`getting started`: getting_started.html |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
45 |
|
7875cd9af1cb
documentation in structured text source form
Richard Jones <richard@users.sourceforge.net>
parents:
diff
changeset
|
46 $Id: installation.stx,v 1.1 2002-02-21 06:22:00 richard Exp $ |
