前言:
Phabricator是facebook團隊進行codereview的一個工具,是基于php進行開發的。界面簡潔優雅,是團隊做代碼評審的好幫手。個人認為,是當前最好的code review平臺。官網地址http://phabricator.org/
1 查看服務器版本
stnts@ubuntu:~$ uname -a
Linux ubuntu 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
2 創建目錄
mkdir review
3 安裝GIT服務
root@ubuntu:~/review# apt-get install git
4 下載最新的源碼
root@ubuntu:~/review# git clone https://github.com/phacility/phabricator.git
5進入安裝目錄,執行腳本
root@ubuntu:~/review/phabricator# cd scripts/install/
root@ubuntu:~/review/phabricator/scripts/install# ./install_ubuntu.sh
中間會有若干提示,確認Y就OK。另外在設置MYSQL的ROOT用戶的密碼
9設置郵件發送

10 后臺服務啟動
daemons主是是后臺服務的線程支持,如EMAIL發送
./bin/phd startapache2重啟service apache2 restart
我的微信公眾號,歡迎溝通學習。
posted on 2015-11-19 14:44
alexcai 閱讀(2771)
評論(2) 編輯 收藏