doc:phd:install

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
doc:phd:install [2009/11/06 11:57] derickdoc:phd:install [2011/04/06 10:59] – external edit 127.0.0.1
Line 36: Line 36:
 $ pear install http://doc.php.net/get/PhD-0.9.0.tgz $ pear install http://doc.php.net/get/PhD-0.9.0.tgz
 </code> </code>
- 
 ==== Using SVN ==== ==== Using SVN ====
 +NOTE: Using PhD from SVN is not recommended.
 +
 +
 Getting the code: Getting the code:
 <code> <code>
Line 43: Line 45:
 </code> </code>
  
-Install and run from SVN:+Install and run from SVN. There are several package_*.xml files, but in the very least you'll need:
 <code> <code>
 $ cd phd $ cd phd
-$ pear install -f package.xml+$ pear install package.xml package_generic.xml 
 +</code> 
 + 
 +To then install the "PHP" package (needed to render the PHP documentations): 
 +<code> 
 +$ pear install package_php.xml
 </code> </code>
  
-Alternately you can (although not recommended) run PhD directly from SVN, without needing to install it. The same holds true if using the tarball, because all the phd command really does is execute "php render.php" so:+Alternately you can run PhD directly from SVN, without needing to install it. The same holds true if using the tarball, because all the phd command really does is execute "php render.php" so:
 <code> <code>
 $ cd phd $ cd phd
doc/phd/install.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1