首页 > 代码库 > 一键安装 redmine on windows 和发邮件设置

一键安装 redmine on windows 和发邮件设置

一键安装 redmine on windows 和发邮件设置

1)使用http://bitnami.org/stack/redmine一键安装redmine (windows).


2)改动以下的文件:

D:\Bitnami\redmine-2.5.2-0\apps\redmine\htdocs\config\configuration.yml

...

production:

  email_delivery:
    delivery_method: :smtp
  smtp_settings:
    address: smtp.qq.com
    port: 25
    domain: smtp.qq.com
    authentication: :login
    user_name: "35013?

??

???@qq.com"
    password: "xxxxxx"


development:

  email_delivery:
    delivery_method: :smtp
  smtp_settings:
    address: smtp.qq.com
    port: 25

    domain: mydomain.com

    authentication: :login

    user_name: "35013?

?

?

???

@qq.com"

    password: "xxxxxx" <--------------- 此处或为授权码:   温馨提示:登录第三方client时,密码框请输入“授权码”进行验证。生成授权码


3)然后在管理员页面配置例如以下:

技术分享

一键安装 redmine on windows 和发邮件设置