我按照安裝步驟:http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html,但無法成功安裝Phabricator。即使我已經多次檢查了這些步驟。Phabricator安裝問題
我在/ tmp /代碼審查中創建一個文件夾,這個文件夾中,我下載從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
我還設置了ENV。變量只是手冊上的指示:
$export PHABRICATOR_ENV=/tmp/codereview/phabricator/conf/my
「我」實際上可以指「my.conf.php」,我已經把MySQL的信息在裏面。但是當我執行第一setup命令:
$./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和大量的用戶正在下載它,使用它。所以安裝應該工作,我想念一些重要的東西嗎?
如果您已成功安裝它,您是否可以幫助檢查我的步驟有什麼問題?如果您使用以前的版本,您的號碼是什麼,所以我可以使用您的版本。謝謝。
因爲你可以在這裏找到詳細信息窗口:http://autoqainfo.blogspot.in/2014/09/phabricator-setup-on-windows-it-works.html –