@@ -7,23 +7,9 @@ These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat
77that these systems don't come with python 2.0 or newer installed, so you'll
88have to upgrade python before this stuff will work.
99
10- Roundup is configurable using a localconfig.py file in the instance home.
11- It may have the following variable declarations:
12-
13- MAILHOST - The SMTP mail host that roundup will use to send mail
14- MAIL_DOMAIN - The domain name used for email addresses
15-
16- Any further configuration should be possible by editing the instance home's
17- __init__.py directly.
18-
19- The email addresses used by the system by default are:
20-
21- issue_tracker@MAIL_DOMAIN - submissions of issues
22- roundup-admin@MAIL_DOMAIN - roundup's internal use (problems, etc)
23-
2410
2511Prerequisites
26- -----------------
12+ -------------
2713Either:
2814 . Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc.
2915or
3218You will need either the anydbm or bsddb module.
3319
3420
21+ Testing the Software
22+ --------------------
23+
24+ Run "python -c 'import tests;tests.go()'" and make sure there's no errors.
25+ If there are errors, please let us know!
26+
27+
28+ Installing the Software
29+ -----------------------
30+
31+ 1. "./setup.py install"
32+ 2. At present, the programs aren't installed, so you will need to copy:
33+ roundup-admin
34+ roundup-mailgw
35+ roundup-server
36+ to /usr/local/bin if you wish to have them installed.
37+
38+
3539
3640Initial Setup
3741=============
@@ -40,6 +44,20 @@ Instance
4044--------
4145Try "./roundup-admin init" :)
4246
47+ Roundup is configurable using a localconfig.py file in the instance home.
48+ It may have the following variable declarations:
49+
50+ MAILHOST - The SMTP mail host that roundup will use to send mail
51+ MAIL_DOMAIN - The domain name used for email addresses
52+
53+ Any further configuration should be possible by editing the instance home's
54+ __init__.py directly.
55+
56+ The email addresses used by the system by default are:
57+
58+ issue_tracker@MAIL_DOMAIN - submissions of issues
59+ roundup-admin@MAIL_DOMAIN - roundup's internal use (problems, etc)
60+
4361
4462Mail
4563----
0 commit comments