6

我尝试使用 WAMP Apache Server 在 Windows 8 上安装 Phabricator。

根据以下链接,我安装了 Arcanist 并通过评论确认

arc -v 

https://secure.phabricator.com/book/phabricator/article/arcanist_windows/

接下来我尝试访问本地主机上的 Phabricator 页面,我只能看到 Linux 的 .sh,Windows 没有任何内容。如果您在 Windows 上安装成功,请指导我。

http://localhost/phabricator/scripts/install/
4

3 回答 3

7

使用以下步骤在 Windows 框中设置 phabricator/arc cli。

  1. 下载并安装 Git Bash。

  2. 它需要 PHP,如果你没有在机器上安装 PHP,那么你使用 XAMP 或 WAMP。找到 PHP 的安装目录并为其设置系统路径。

  3. 打开命令提示符并通过编写 php 命令测试 php 安装。如果它没有显示任何错误,那么您可以跳过步骤 4。

  4. 如果 MSVCR100.dll 丢失错误。从这里下载 exe 文件:http: //www.microsoft.com/en-in/download/details.aspx?id= 30679 并安装它。再次测试 php 安装。

使用 Git Bash 执行以下操作:

  1. 在某处克隆以下存储库:

    git clone https://github.com/phacility/libphutil.git

    git clone https://github.com/phacility/arcanist.git

  2. 再次更新类似于步骤 3 的系统路径并添加:<path>\arcanist\bin

  3. 在 Git Bash 中测试 arc help 命令。

  4. arc install-certificate使用命令安装 Phabricator 服务器证书。

  5. 按照https://secure.phabricator.com/book/phabricator/article/arcanist_windows/添加编辑器

于 2014-09-18T09:01:04.517 回答
4

您不能在 Windows 上安装 Phabricator。但是,您可以将其安装在免费的虚拟机上,例如 Oracle VM VirtualBox。拥有 VirtualBox 后,您需要在那里创建一个 Virtual Ubuntu。在 VirtualBox 上安装 Ubuntu 后,您可以按照说明在 Ubuntu 上安装 Phabricator。

如果您需要有关详细信息等方面的更多帮助,我将很乐意为您提供帮助。

于 2014-08-25T19:05:13.583 回答
2

Phabricator 服务器不支持 Windows。请参阅安装指南

要安装 Phabricator 服务器软件,您需要一个操作系统......不是 Windows。... [T] 服务器软件不能在 Windows 上运行。它确实可以在大多数其他操作系统上运行,因此请选择其中之一:

于 2014-03-16T20:38:32.727 回答