我尝试使用WAMP Apache Server在Windows 8上安装Phabricator.
根据以下链接,我安装了Arcanist并通过评论确认
arc -v
Run Code Online (Sandbox Code Playgroud)
https://secure.phabricator.com/book/phabricator/article/arcanist_windows/
接下来我尝试访问我的localhost上的Phabricator页面,我只能看到.sh for Linux,Noting for windows.如果您在Windows上成功安装,请指导.
http://localhost/phabricator/scripts/install/
Run Code Online (Sandbox Code Playgroud)
使用以下步骤在Windows框上设置phabricator/arc cli.
下载并安装Git Bash.
它需要PHP,如果您没有在机器上安装PHP,那么您使用XAMP或WAMP.找到PHP的安装目录并为其设置系统路径.
打开命令提示符并通过编写php命令测试php安装.如果它没有显示任何错误,那么您可以跳过步骤4.
如果MSVCR100.dll丢失错误.从这里下载exe文件:http://www.microsoft.com/en-in/download/details.aspx?id = 30679并安装它.再次测试php安装.
使用Git Bash执行以下操作:
克隆在某处的回购:
git clone https://github.com/phacility/libphutil.git
git clone https://github.com/phacility/arcanist.git
再次更新类似于步骤3的系统路径并添加: <path>\arcanist\bin
在Git Bash中测试arc help命令.
使用arc install-certificate
命令安装Phabricator服务器证书.
按照https://secure.phabricator.com/book/phabricator/article/arcanist_windows/添加编辑器