Indefero

Indefero Commit Details


Date:2011-06-04 18:31:21 (13 years 6 months ago)
Author:Thomas Keller
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:1d86f036a3b31db939c188973cdc3877d6f41142
Parents: 2f6e0f0a22995739118d6a14ef8538eb9af2219a
Message:Add a warning to not configure a global key for all monotone instances in usher.conf.

Changes:

File differences

doc/syncmonotone.mdtext
112112
113113
114114
115
116
117
118
115119
116120
117121
......
135139
136140
137141
138
139
142
143
140144
141145
142146
^D
$ chmod 600 usher.conf
**ATTENTION:** Do _not_ configure a default monotone server key in `usher.conf`,
otherwise the individual server key that IDF creates for each project is
not used and this could cause problems.
Your indefero www user needs later write access to `usher.conf` and
`projects/`. There are two ways of setting this up:
# Mac OS X
#
chmod +a '_www allow read,write' usher.conf
chmod +a '_www allow read,write,delete,file_inherit,directory_inherit' projects/
chmod +a 'usher allow read,write,delete,file_inherit,directory_inherit' projects/
chmod +a '_www allow read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' projects/
chmod +a 'usher allow read,write,delete,add_file,add_subdirectory,file_inherit,directory_inherit' projects/
In each example's last line, `usher` is the user which is executing
the usher instance. **It is very important to add this line, otherwise

Archive Download the corresponding diff file

Page rendered in 0.07292s using 13 queries.