web:mirror

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
web:mirror [2013/07/11 20:51] – removed svn way, we don't use svn anymore bjoriweb:mirror [2021/03/29 11:13] – Changed git.php.net to GitHub sergey
Line 1: Line 1:
 +==== Setting up phpweb for local development ====
 +
 +See [[https://github.com/php/web-php/#local-development|https://github.com/php/web-php/#local-development]]
 +
 +
 +
 +Alternatively, the generated files can also be fetched from your nearest mirror, see the following instructions
 ==== How to create a PHP.net mirror ==== ==== How to create a PHP.net mirror ====
  
Line 14: Line 21:
  
 # Checkout the english manual sources # Checkout the english manual sources
-svn co https://svn.php.net/repository/phpdoc/modules/doc-en+git clone https://github.com/php/doc-en.git
 # Checkout the actual website (does not include /distribution, thats a gigantic separate repo) # Checkout the actual website (does not include /distribution, thats a gigantic separate repo)
-git clone git://git.php.net/web/php.git phpweb+git clone https://github.com/php/web-php.git phpweb
 cd phpweb cd phpweb
  
web/mirror.txt · Last modified: 2023/12/05 12:17 by derick