From ec87f23f82628566440e54d31048c6854dc33b48 Mon Sep 17 00:00:00 2001 From: Federico Bruni Date: Mon, 4 Apr 2016 16:10:32 +0200 Subject: [PATCH] Doc: issue 4817, no need to move pictures/ to debug the website locally --- Documentation/contributor/website-work.itexi | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index 3136c1b144..d719843b53 100644 --- a/Documentation/contributor/website-work.itexi +++ b/Documentation/contributor/website-work.itexi @@ -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 - - -- 2.39.5