我已经下载了CruiseControl和phpUnderControl的最新版本,现在我需要“连接它们”如何在这里给出http://phpundercontrol.org/documentation/installation.html
但是当我进去的时候
phpUnderControl/bin/phpuc(.php|.bat) install /path/to/cruisecontrol我从我的终端-bash收到这个答案:在意外标记`.php‘附近出现语法错误
你知道怎么修复它吗?
发布于 2011-05-16 00:01:35
只有在Windows上才需要.bat。你应该使用类似这样的东西:
phpUnderControl/bin/phpuc.php install /path/to/cruisecontrolhttps://stackoverflow.com/questions/5988928
复制相似问题