ajsie
ajsie

Reputation: 79686

how to use phpdoc webinterface?

i have phpdoc through mamp. and i followed their tutorial, typed this in the Terminal.

 pear config-set data_dir /path/to/document_root/pear

of course i changed the /path/to/document_root to my web space folder.

but then what? how can i access phpdoc through webinterface?

Upvotes: 1

Views: 1073

Answers (2)

ashnazg
ashnazg

Reputation: 6688

If you have pear's data_dir set as you show above, and your Apache server is running, you should be able to reach the phpDocumentor web interface at http://localhost/pear/PhpDocumentor/index.html

Upvotes: 0

RJD22
RJD22

Reputation: 10340

I never installed phpdocumentor on mamp but I did on wamp. What you need to do is install pear on your mamp. When you did you can just copy the phpdoc web folder to your web root and go to it by visiting it in the browser.

For a bit more information on installing take a look here: Resource 1 Resource 2

Upvotes: 1

Related Questions