phabricator在mac上的搭建

01 环境搭建:

CentOS 7 安装配置Phabricator
mac下搭建phabricator

02 邮箱配置:

[邮箱服务](https://secure.phabricator.com/book/phabricator/article/configuring_outbound_email/)

  • 什么是smtp服务
image.png

03 PHPmailer

在phrabicator下的conf目录下的local进行设置
配置邮件

04 注意点1

密码要弄授权码 不是邮箱密码,链接是qq的smtp授权码,都类似、

05 注意点2

端口465 —ssl ( 587—tls ) 25就不需要

06 测试发送邮件

测试发送邮件

./bin/mail send-test --to [email protected] < /var/www/html/phabricator/phabricator/test
第一天还行,晚上服务又挂了,不知道为啥,不确定是不是这里的问题。
./mail sent-test --to [email protected] --subject aaa < /var/www/html/phabricator/phabricator/test

新增一行配置

解释:
发送邮件需要内容,内容存在 /var/www/html/phabricator/phabricator/test文件下。
"< "是取出来来文件下内容进行发送

review人的名字是注册时候的realname:


review人的名字是注册时候的realname

07 工作流程图:

流程图
.arcconfig

08 提交过程

arc diff
首次需要证书授权
token
diff详情

你可能感兴趣的:(phabricator在mac上的搭建)