lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Doc: issue 4817, no need to move pictures/ to debug the website locally


From: fedelogy
Subject: Doc: issue 4817, no need to move pictures/ to debug the website locally (issue 294120043 by address@hidden)
Date: Mon, 04 Apr 2016 14:17:55 +0000

Reviewers: ,

Description:
Doc: issue 4817, no need to move pictures/ to debug the website locally

Please review this at https://codereview.appspot.com/294120043/

Affected files (+6, -9 lines):
  M Documentation/contributor/website-work.itexi


Index: Documentation/contributor/website-work.itexi
diff --git a/Documentation/contributor/website-work.itexi b/Documentation/contributor/website-work.itexi index 3136c1b144ca0864449d8ad3003b65df252dc548..d719843b53e3e1e0d58b9c1b326b47cdb24d44b7 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
address@hidden/public_html} as the location.
address@hidden/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

-
-





reply via email to

[Prev in Thread] Current Thread [Next in Thread]