doc:phd:faq

This is an old revision of the document!


Ask questions here

This is a list of questions, with or without answers. Use FIXME where content is needed.

How do I install PhD?

There are many different ways to install PhD, including:

How do I manage using PhD from CVS using PEAR?

Download:

$ cd /my/cvs/dir
$ cvs -d :pserver:cvsread@cvs.php.net:/repository checkout phd
$ cd phd
$ ls

Installing:

$ cd /the/phd/cvs/dir
$ cvs up -dP 
$ pear install -f package.xml

Upgrading:

$ cd /the/phd/cvs/dir
$ cvs up -dP 
$ pear upgrade -f package.xml

More information about using pear

$ pear help
$ pear help install options

Note: -f, --force : overwrite newer installed packages Note: pear requires the channel doc.php.net be added (pear channel-discover doc.php.net)

How do I configure PhD?

Read the PhD Wiki page for further setup and configuration help. Also:

$ phd -h
doc/phd/faq.1207402470.txt.gz · Last modified: 2017/09/22 13:28 (external edit)