试图设置phpUnderControl但丢失phpcb

我试图在Ubuntu 10.04上设置phpUnderControl,这个教程是http://techportal.ibuildings.com/2009/03/03/getting-started-with-phpundercontrol/ 。 我得到它所说的键入sudo phpuc example /opt/cruisecontrol但接收到以下错误:缺lesscli工具'phpcb',检查PATHvariables。 我做了一点Googlesearch,但似乎无法find任何地方的phpcb的参考。 有谁知道这是什么,我可能得到它? 谢谢。

缺less的cli工具“phpcb”是一个PHP代码浏览器,而不是美化。 您可以使用pear从与phpunit相同的存储库安装它:

 pear channel-discover pear.phpunit.de pear install phpunit/PHP_CodeBrowser 

请参阅https://stackoverflow.com/questions/2694985/phpundercontrol-and-codebrowser

我只是意识到它是phpCodeBeautifier( http://www.waterproof.fr/products/phpCodeBeautifier/ )。 如果有人在将来运行这个相同的问题,我只是下载它,并复制文件在/斌,我不得不重命名从phpCB到phpcb。