将APIGEN与Netbeans和Virtualbox结合使用



我的开发环境有一个运行在VirtualBox中的ubuntu服务器14.04。我使用Mac OS X,那里安装了Netbeans和其他支持软件。只有服务器组件驻留在VirtualBox中。

Mac OS X
|- Netbeans
|- VirtualBox
  |-- Ubuntu Server 14.04 (LAMP)

我的问题是如何在不在Mac OS X中安装pear/ApiGen的情况下在Netbeans中运行ApiGen?

目前我得到以下错误,

Warning: require(Nette/Diagnostics/Debugger.php): failed to open stream: No such file or directory in /usr/bin/apigen on line 48
Fatal error: require(): Failed opening required 'Nette/Diagnostics/Debugger.php' (include_path='.:') in /usr/bin/apigen on line 48

我建议您使用PHAR文件来避免与版本库冲突(可能是composer或其他版本冲突)。

你可以在主页上下载https://github.com/apigen/apigen#installation

相关内容

  • 没有找到相关文章

最新更新