Mercurial > p > roundup > code
comparison doc/installation.txt @ 2594:c0d6d5004464
rdbms doc updates
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 20 Jul 2004 04:38:54 +0000 |
| parents | 6c096b4aea67 |
| children | 7d6dda802ca0 |
comparison
equal
deleted
inserted
replaced
| 2592:5a8d9465827e | 2594:c0d6d5004464 |
|---|---|
| 574 | 574 |
| 575 The tracker "db" directory should be chmod'ed g+sw so that the group can | 575 The tracker "db" directory should be chmod'ed g+sw so that the group can |
| 576 write to the database, and any new files created in the database will be owned | 576 write to the database, and any new files created in the database will be owned |
| 577 by the group. | 577 by the group. |
| 578 | 578 |
| 579 If you're using the mysql or postgresql backend then you'll need to ensure | |
| 580 that the tracker user has appropriate permissions to create/modify the | |
| 581 database. If you're using roundup.cgi, the apache user needs permissions | |
| 582 to modify the database. Alternatively, explicitly specify a database login | |
| 583 in ``POSTRGRESQL_DATABASE`` or ``MYSQL_DATABASE`` in ``config.py``. | |
| 584 | |
| 579 An alternative to the above is to create a new user who has the sole | 585 An alternative to the above is to create a new user who has the sole |
| 580 responsibility of running roundup. This user: | 586 responsibility of running roundup. This user: |
| 581 | 587 |
| 582 1. runs the CGI interface daemon | 588 1. runs the CGI interface daemon |
| 583 2. runs regular polls for email | 589 2. runs regular polls for email |
