From 1d86f036a3b31db939c188973cdc3877d6f41142 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sun, 5 Jun 2011 01:31:21 +0200 Subject: [PATCH] Add a warning to not configure a global key for all monotone instances in usher.conf. --- doc/syncmonotone.mdtext | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/syncmonotone.mdtext b/doc/syncmonotone.mdtext index fec1955..d55e179 100644 --- a/doc/syncmonotone.mdtext +++ b/doc/syncmonotone.mdtext @@ -112,6 +112,10 @@ The monotone plugin can be used in several different ways: ^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: @@ -135,8 +139,8 @@ The monotone plugin can be used in several different ways: # 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