]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: issue 4817, no need to move pictures/ to debug the website locally
authorFederico Bruni <fede@inventati.org>
Mon, 4 Apr 2016 14:10:32 +0000 (16:10 +0200)
committerFederico Bruni <fede@inventati.org>
Mon, 11 Apr 2016 12:32:33 +0000 (14:32 +0200)
Documentation/contributor/website-work.itexi

index 3136c1b144ca0864449d8ad3003b65df252dc548..d719843b53e3e1e0d58b9c1b326b47cdb24d44b7 100644 (file)
@@ -293,7 +293,7 @@ shared with people without trusted access to the server.
 @item
 Install apache2, or any other http server.  These instructions
 assume that you also enable @code{mod_userdir}, and use
-@code{$HOME/public_html} as the location.
+@code{$HOME/public_html/lilypond.org} as the location.
 
 @item
 Build the online docs and website:
@@ -311,14 +311,13 @@ example) the French with @code{make WEB_LANGS='fr' website}.
 @item
 Move the built stuff into those directories.  It's highly
 recommended to have your build dir and www dir on the same
-partition.  (make @code{$HOME/public_html/} a symlink if
-necessary)
+partition.  (make @code{$HOME/public_html/lilypond.org} a symlink
+if necessary)
 
 @example
-mv out-website/website/ $HOME/public_html
-mv $HOME/public_html/website/pictures $HOME/public_html/
-mkdir -p $HOME/public_html/doc/v2.13/
-mv out-www/online-root/* $HOME/public_html/doc/v2.13/
+mv out-website/website $HOME/public_html/lilypond.org/
+mkdir -p $HOME/public_html/lilypond.org/doc/v2.19/
+mv out-www/online-root/* $HOME/public_html/lilypond.org/doc/v2.19/
 @end example
 
 @end itemize
@@ -374,5 +373,3 @@ es/Spanish translations, for example).
 
 @end itemize
 
-
-