| [ << Website work ] | [Top][Contents][Index][ ? ] | [ LSR work >> ] | ||
| [ < Uploading and security ] | [ Up : Website work ] | [ Translating the website > ] | ||
6.3 Debugging website and docs locally
-
Install apache2, or any other http server. These instructions
assume that you also enable
mod_userdir, and use$HOME/public_html/lilypond.orgas the location. -
Build the online docs and website:
make WEB_TARGETS="offline online" doc make website
This will make all the language variants of the website. To save a little time, just the English version can be made with the command
make WEB_LANGS='' websiteor the English and (for example) the French withmake WEB_LANGS='fr' website. -
Move the built stuff into those directories. It’s highly
recommended to have your build dir and www dir on the same
partition. (make
$HOME/public_html/lilypond.orga symlink if necessary)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/
| [ << Website work ] | [Top][Contents][Index][ ? ] | [ LSR work >> ] | ||
| [ < Uploading and security ] | [ Up : Website work ] | [ Translating the website > ] | ||