[ << 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
as the location. -
Build the online docs and website:
make WEB_TARGETS="offline online" doc make 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/
a symlink if necessary)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/
[ << Website work ] | [Top][Contents][Index][ ? ] | [ LSR work >> ] | ||
[ < Uploading and security ] | [ Up : Website work ] | [ Translating the website > ] |