Mercurial > p > roundup > code
comparison README @ 7:4ced1524c63d
minor changes to test the cvs mailout system
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 19 Jul 2001 06:14:58 +0000 |
| parents | 23738336ae99 |
| children | e09edaebc9de |
comparison
equal
deleted
inserted
replaced
| 6:859a1c51c2a6 | 7:4ced1524c63d |
|---|---|
| 16 =============== | 16 =============== |
| 17 These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat | 17 These instructions work on redhat 6.2 and mandrake 8.0 - with the caveat |
| 18 that these systems don't come with python 2.0 or newer installed, so you'll | 18 that these systems don't come with python 2.0 or newer installed, so you'll |
| 19 have to upgrade python before this stuff will work. | 19 have to upgrade python before this stuff will work. |
| 20 | 20 |
| 21 Note that most of the following is configurable in the config.py, it's just | 21 Roundup is configurable using a localconfig.py file. It may have the |
| 22 not documented. At a minimum, you'll want to change the email addresses and | 22 following variable declarations: |
| 23 mail host specification in the config. | 23 |
| 24 ROUNDUP_HOME - This is the root directory for roundup | |
| 25 MAILHOST - The SMTP mail host that roundup will use to send mail | |
| 26 MAIL_DOMAIN - The domain name used for email addresses | |
| 27 | |
| 28 Any further configuration should be possible by editing config.py directly. | |
| 29 The email addresses used by the system by default are: | |
| 30 | |
| 31 issue_tracker@MAIL_DOMAIN - submissions of issues | |
| 32 roundup-admin@MAIL_DOMAIN - roundup's internal use (problems, etc) | |
| 24 | 33 |
| 25 | 34 |
| 26 2.0 Prerequisites | 35 2.0 Prerequisites |
| 27 ----------------- | 36 ----------------- |
| 28 Either: | 37 Either: |
