Template Redmine Plugin

Template Redmine Plugin

未知

Redmine 内容模板插件 - 快速开始指南

支持环境

Redmine 版本

  • 3.4, 4.0, 4.1, 4.2, 5.0, 5.1, 6.0 (Docker 镜像)

兼容数据库

  • SQLite
  • MySQL (5.7, 8.0)
  • PostgreSQL 12

安装步骤

  1. 下载插件

    cd /path/to/redmine/plugins
    git clone https://github.com/example/redmine_content_templates.git
    
  2. 安装依赖

    cd /path/to/redmine
    bundle install
    
  3. 执行数据库迁移

    rake redmine:plugins:migrate RAILS_ENV=production
    
  4. 重启 Redmine 服务器

    touch tmp/restart.txt
    

基本使用

  1. 进入项目设置 → 内容模板
  2. 创建新模板
  3. 在问题、wiki等编辑器中使用模板

详细文档请参考完整使用手册