zoukankan      html  css  js  c++  java
  • debug redmine send email

    debug redmine send email

    procedure

    production.log shows

    Email delivery error: 535 5.7.3 Authentication unsuccessful
    

    modify password in /redmine/config/configuration.yml

    reboot remine

    How to config the logger level

    https://www.redmine.org/boards/2/topics/50077

    config.log_level = :info
    in /config/environments/production.rb

    or :debug, or :error

    This will override the default setting defined in /config/application.rb, as mentioned in the comments of the latter file.

    BitNami Redmine 搬家

    双击use_redmine.bat,在弹出的命令行窗口种输入:

    mysqldump -u root -p bitnami_redmine > backup.sql

    这样整个redmine系统的数据都会被备份到backup.sql数据库文件中了,这个文件就在redmine的根目录下面。注意这里root的密码和你admin的密码是一样的。

  • 相关阅读:
    SVN 撤回(回滚)提交的代码
    Android随笔
    Android随笔
    Android随笔
    Android随笔
    阅读笔记
    Android随笔
    Android随笔
    Android随笔
    Android随笔
  • 原文地址:https://www.cnblogs.com/cutepig/p/12263156.html
Copyright © 2011-2022 走看看