我正在遵循安装步骤:http : //www.phabricator.com/docs/phabricator/article/Configuration_Guide.html,但无法成功安装 Phabricator。即使我已经检查了很多次步骤。
我在 /tmp/codereview 中创建了一个文件夹,在这个文件夹中,我从 Github 下载了最新的代码,如下所示:
drwxr-xr-x 8 root root 4096 Oct 31 16:28 arcanist
drwxr-xr-x 7 root root 4096 Oct 31 16:28 libphutil
drwxr-xr-x 11 root root 4096 Oct 31 17:23 phabricator
我还设置了环境。变量如手册所示:
$export PHABRICATOR_ENV=/tmp/codereview/phabricator/conf/my
'my' 的意思是 'my.conf.php',我已经把 MySQL 信息放进去。但是当我执行第一个设置命令时:
$./phabricator/bin/storage upgrade
我收到以下错误消息:
PHP Warning: require_once(/tmp/codereview/scripts/__init_script__.php): failed to open stream: No such file or directory in /tmp/codereview/phabricator/bin/storage on line 21
PHP Fatal error: require_once(): Failed opening required '/tmp/codereview/scripts/__init_script__.php' (include_path='.:/usr/share/pear:/usr/share/php') in /tmp/codereview/phabricator/bin/storage on line 21
我认为这是来自 Facebook 的,很多用户正在下载并使用它。所以安装应该工作,我错过了一些重要的事情吗?
如果你已经安装成功,你能帮忙检查一下我的步骤有什么问题吗?如果您使用以前的版本,您的号码是多少,所以我可以使用您的版本。谢谢。