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
doc:phd:install [2011/06/19 18:07] – updated instructions, phd is no longer beta philipdoc:phd:install [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 37: Line 37:
 $ pear install http://doc.php.net/get/PhD-1.1.0.tgz $ pear install http://doc.php.net/get/PhD-1.1.0.tgz
 </code> </code>
-==== Using SVN ==== +==== Using GIT ==== 
-NOTE: Using PhD from SVN is not recommended.+NOTE: Using PhD from GIT is not recommended.
  
  
-Getting the code:+Getting the code (anonymous checkout):
 <code> <code>
-svn co http://svn.php.net/repository/phd/trunk phd+git clone git://git.php.net/phd.git
 </code> </code>
 +For developers:
 +<code>
 +$ git clone git@git.php.net:/phd.git
 +</code>
 +
  
-Install and run from SVN. There are several package_*.xml files, but in the very least you'll need:+Install and run from GIT. There are several package_*.xml files, but in the very least you'll need:
 <code> <code>
 $ cd phd $ cd phd
Line 57: Line 62:
 </code> </code>
  
-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:+Alternately you can run PhD directly from GIT, 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.1308506872.txt.gz · Last modified: 2017/09/22 13:28 (external edit)