最近在尝试内部搭建gitlab,wiki这些工具...
把apt-get的源替换一下...然后update一下...
我使用的是一键生成的ce安装包,手动下载好deb文件...需要FQ...
注意:这个配置,只能发送到qq邮箱....
## Url on which GitLab will be reachable.
## For more details on configuring external_url see:
## Note: configuration settings below are optional.
## Uncomment and change the value.
############################
# gitlab.yml configuration #
############################
gitlab_rails[‘smtp_enable‘] = true
gitlab_rails[‘smtp_port‘] = 25
gitlab_rails[‘smtp_user_name‘] = "542136758@qq.com"
gitlab_rails[‘smtp_password‘] = "qwe1122"
gitlab_rails[‘smtp_authentication‘] = :plain
gitlab_rails[‘smtp_enable_starttls_auto‘] = true
gitlab_rails[‘gitlab_email_from‘] = "542136758@qq.com"
user["git_user_email"] = "542136758@qq.com"