]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: web: add info for shared lilypond.org use.
authorGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 12:46:56 +0000 (13:46 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 12:46:56 +0000 (13:46 +0100)
Documentation/contributor/website-work.itexi

index 24928668aa421d2884f9fac7d7cbdbf7c3571ffc..8617215b074ee4829141c191ffea8c0846016308 100644 (file)
@@ -114,7 +114,7 @@ cd $HOME/lilypond/build-website/
 cp $HOME/lilypond/trusted-scripts/website.make .
 
 make -f website.make WEBSITE_ONLY_BUILD=1 website
-rsync -ra $HOME/src/build-website/out-website/website/ $DEST/website/
+rsync -raO $HOME/lilypond/build-website/out-website/website/ $DEST/website/
 cp $HOME/src/build-website/out-website/pictures $DEST
 cp $HOME/src/build-website/out-website/.htaccess $DEST
 @end verbatim
@@ -151,6 +151,24 @@ rsync -a $EXAMPLES graham@lilypond.org:ly-examples
 @end verbatim
 
 
+@subsubheading Additional information
+
+Some information about the website is stored in
+@file{~graham/lilypond/*.txt}; this information should not be
+shared with people without trusted access to the server.
+
+If you have created any files in @file{~graham/lilypond/} then
+please run:
+
+@example
+chgrp lilypond ~graham/lilypond/ -R
+chmod 775 ~graham/lilypond/ -R
+@end example
+
+You should symlink your own @file{~/lilypond/} to
+@file{~graham/lilypond/}
+
+
 @node Translating the website
 @section Translating the website