doc:phd:view

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
doc:phd:view [2008/03/10 00:57] – imported, originally written by Hannes philipdoc:phd:view [2008/03/19 11:00] bjori
Line 5: Line 5:
   * Just quickly see the results (the html/ folder)   * Just quickly see the results (the html/ folder)
   * Test how long it takes for your browser to render 20mb xhtml file (the bightml.html file)   * Test how long it takes for your browser to render 20mb xhtml file (the bightml.html file)
 +
 +
  
 ===== Viewing the php/ folder ===== ===== Viewing the php/ folder =====
 These files are tightly integrated into www.php.net, so to view them you need a ''phpweb'' mirror. These files are tightly integrated into www.php.net, so to view them you need a ''phpweb'' mirror.
-This method is currently the only "supported" method as the online manual is the most important one. If you don't have the ''fetch'' command, try ''wget'' or ''curl -O'' instead.+This method is currently the only "supported" method as the online manual is the most important one.
  
 (Note; On Windows you are pretty much out of luck regarding instructions on setting up a ''phpweb'' mirror, you may try the following instructions but I have no idea if it would work.) (Note; On Windows you are pretty much out of luck regarding instructions on setting up a ''phpweb'' mirror, you may try the following instructions but I have no idea if it would work.)
  
 <code bash> <code bash>
-cd /path/to/your/web/root +rsync -avzC --timeout=600 --delete --delete-after \ 
-$ cvs -d:pserver:cvsread@cvs.php.net/repository co phpweb && cd phpweb +    --exclude='manual/**' --exclude='distributions/**' --exclude='extra/**' --exclude='backend/notes/**'
-$ (cd include && for i in countries.inc last_updated.inc mirrors.inc pregen-confs.inc pregen-events.inc pregen-news.inc; do fetch "http://www.php.net/include/$i"; done;) +    rsync.php.net::phpweb /path/to/your/webroot/phpweb 
-$ (cd backend && for i in ip-to-country.db ip-to-country.idx; do fetch "http://www.php.net/backend/$i"; done;) +$ ln -s /path/to/phd/php /path/to/your/webroot/phpweb/manual/en
-(cd manual && ln -s /path/to/phd/php en)+
 </code> </code>
-(Yes. The parentheses **//are//** important!) 
  
 Now locate your webserver configuration file and add a new virtual host. Now locate your webserver configuration file and add a new virtual host.
doc/phd/view.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1