| [ << 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_htmlas 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/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 > ] | ||