redmine 3.1.11最新版本安装记录

redmine 3.1.11安装记录

下载

http://www.redmine.org/projects/redmine/wiki/Download

安装

http://www.redmine.org/projects/redmine/wiki/RedmineInstall

注意

  • mysql2 依赖
  • rmagic 依赖

启动脚本

[deploy@iZ25xk7uei1Z redmine-3.1.0]$ cat start.sh 
#! /bin/bash

nohup bundle exec puma  -e production >out.log 2>&1 &

配置邮箱

QQ企业邮箱,首先需要修改

cp -f config/configuration.yml.example config/configuration.yml

这样就得到了config/configuration.yml

然后开启里面的邮件设置

[deploy@xxxxxx redmine-3.1.0]$ cat config/configuration.yml
# = Redmine configuration file
#
# Each environment has it's own configuration options.  If you are only
# running in production, only the production block needs to be configured.
# Environment specific configuration options override the default ones.
#
# Note that this file needs to be a valid YAML file.
# DO NOT USE TABS! Use 2 spaces instead of tabs for identation.

# default configuration options for all environments
default:
  # Outgoing emails configuration
  # See the examples below and the Rails guide for more configuration options:
  # http://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration
  email_delivery:

  # ==== Simple SMTP server at localhost
  #
  #  email_delivery:
  #    delivery_method: :smtp
  #    smtp_settings:
  #      address: "localhost"
  #      port: 25
  #
  # ==== SMTP server at example.com using LOGIN authentication and checking HELO for foo.com
  #
  #  email_delivery:
  #    delivery_method: :smtp
  #    smtp_settings:
  #      address: "example.com"
  #      port: 25
  #      authentication: :login
  #      domain: 'foo.com'
  #      user_name: 'myaccount'
  #      password: 'password'
  #
  # ==== SMTP server at example.com using PLAIN authentication
  #
  #  email_delivery:
    delivery_method: :smtp
    smtp_settings:
      address: "smtp.exmail.qq.com"
      port: 25
      authentication: :login
      domain: "exmail.qq.com"
      user_name: 'redmine@xxxx.com'
      password: 'xxxxxxxxx'

然后

http://127.0.0.1:9292/settings?tab=notifications

设置完用户名后,一定要先点击保存,然后再点击测试发送

不然会报501错误

权限管理

  • 首先进到项目里
  • 点击项目配置
  • 点击成员,新建成员
  • 选人,然后选角色,即绑定此项目里的xx为yy角色

个性化我的工作台

很简单,但很实用,自己按需处理吧

scm

集成代码管理

其他好的特性

  • 甘特图
  • 路线图,如果创建了版本才会有的
  • 日历
  • 文档
  • wiki
  • 耗时

更多

http://www.redmine.org/

如果有兴趣,也可以看看它的ror源码

转载于:https://my.oschina.net/nodeonly/blog/495764

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值