Mercurial > p > roundup > code
diff doc/installation.txt @ 2658:d3a8613fd8c3 maint-0.7
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 07 Aug 2004 22:19:14 +0000 |
| parents | 7b2ea468381a |
| children | 89b276643bb5 |
line wrap: on
line diff
--- a/doc/installation.txt Mon Aug 02 22:42:55 2004 +0000 +++ b/doc/installation.txt Sat Aug 07 22:19:14 2004 +0000 @@ -472,9 +472,16 @@ support:*:1002:jblaine,samh,geezer,mail,apache -The tracker "db" directory should be chmod'ed g+sw so that the group can -write to the database, and any new files created in the database will be owned -by the group. +After this change, you'll need to make sure you restart roundup-server, +apache and any other long-running process associated with Roundup. +The tracker "db" directory permissions and owner information should be +fixed with:: + + chmod g+sw db + chgrp support db + +This allows the group to write to the database, and any new files +created in the database will be owned by the group. If you're using the mysql or postgresql backend then you'll need to ensure that the tracker user has appropriate permissions to create/modify the
