SiZapPaaiGwat / inhuman-cpc.github.io

我的博客
431 stars 94 forks source link

Phabricator安装 #24

Closed SiZapPaaiGwat closed 8 years ago

SiZapPaaiGwat commented 8 years ago

安装指南地址:

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

克隆源码

$ cd somewhere/ # pick some install directory
somewhere/ $ git clone https://github.com/phacility/libphutil.git
somewhere/ $ git clone https://github.com/phacility/arcanist.git
somewhere/ $ git clone https://github.com/phacility/phabricator.git

意外情况

PHP相关依赖安装不全,本机找不到phpize命令。于是google得知:

yum install php-devel

详细参考

http://liuzhichao.com/p/1974.html