尝试设置 phpUnderControl 但缺少 phpcb

尝试设置 phpUnderControl 但缺少 phpcb

我正在尝试按照本教程在 Ubuntu 10.04 上设置 phpUnderControlhttp://techportal.ibuildings.com/2009/03/03/getting-started-with-phpundercontrol/。我到达了要求输入的部分sudo phpuc example /opt/cruisecontrol,但收到以下错误:缺少 cli 工具“phpcb”,请检查 PATH 变量。我谷歌了一下,但似乎找不到 phpcb 的参考资料。有人知道这是什么以及我可以在哪里得到它吗?谢谢。

答案1

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

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

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

答案2

我刚刚意识到它是 phpCodeBeautifier (http://www.waterproof.fr/products/phpCodeBeautifier/)。以防将来有人遇到同样的问题,我只需下载它并将文件复制到 /bin 中,然后将其从 phpCB 重命名为 phpcb。

相关内容