项目

一般

简介

插件 » Redmine Quick Replies 快速回复插件

Redmine Quick Replies

发布于: https://github.com/eXolnet/redmine_quick_replies
兼容于: Redmine 4.1.*, 4.0.*, 3.4.*

最新版本: 1.3.0 更新日期: 2023-03-16 14:54

安装指导

  • 安装
    • Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_quick_replies.
    • Make a backup of your database, then run the following command to update it:
      bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies RAILS_ENV=production
      
    • Restart Redmine.
  • 卸载
    • Make a backup of your database, then rollback the migrations:
      bundle exec rake redmine:plugins:migrate NAME=redmine_quick_replies VERSION=0 RAILS_ENV=production
      Remove the plugin's folder from #{REDMINE_ROOT}/plugins.
      
    • Restart Redmine.