Skip to content

Commit ae829bc

Browse files
author
Richard Jones
committed
Updated for new installation procedure
1 parent 60a75f0 commit ae829bc

File tree

1 file changed

+33
-15
lines changed

1 file changed

+33
-15
lines changed

INSTALL.TXT

Lines changed: 33 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,9 @@ These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat
77
that these systems don't come with python 2.0 or newer installed, so you'll
88
have 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

2511
Prerequisites
26-
-----------------
12+
-------------
2713
Either:
2814
. Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc.
2915
or
@@ -32,6 +18,24 @@ or
3218
You 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

3640
Initial Setup
3741
=============
@@ -40,6 +44,20 @@ Instance
4044
--------
4145
Try "./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

4462
Mail
4563
----

0 commit comments

Comments
 (0)