zoukankan      html  css  js  c++  java
  • redmine安装插件流程

    1、redmine用一键安装即可
    2、进入C:Bitnami edmine-3.1.1-1,执行use_redmine.exe,进入dos系统 不能用cmd进入。
    3、把文件拷贝到C:Bitnami edmine-3.1.1-1apps edminehtdocsplugins
        或者 git clone https://github.com/suer/redmine_webhook.git 用这个命令获取 但是首先要知道插件地址
    4、执行  rake redmine:plugins:migrate RAILS_ENV=production  如果提示失败,用命令:bundle exec rake redmine:plugins:migrate RAILS_ENV=production  
    如果成功,如下提示:

    [root@gl plugins]# rake redmine:plugins:migrate RAILS_ENV=production

    (in /data/www/redmine)

    /usr/local/lib/ruby/gems/2.3.0/gems/htmlentities-4.3.1/lib/htmlentities/mappings/expanded.rb:465: warning: key "inodot" is duplicated and overwritten on line 466

    Migrating redmine_checklists (Redmine Checklists plugin (Light version))...

    Migrating redmine_webhook (Redmine Webhook plugin)...

    == 1 CreateWebhooks: migrating ================================================

    -- create_table(:webhooks)

       -> 0.0400s

    == 1 CreateWebhooks: migrated (0.0405s) =======================================

    +++++++++++++++++++++++++++++++++++++++++

  • 相关阅读:
    vue2.0 动画
    I. 对缓存进行处理
    G. 【案例】Ajax实现无刷新分页效果
    H. Ajax对XML信息的接收与处理
    F. 异步同步请求
    D. 接收服务器端返回的信息
    E. 请求GET和POST的不同
    C. 发起对服务器的请求
    B. 创建Ajax对象
    A. AJAX介绍
  • 原文地址:https://www.cnblogs.com/demonyx/p/6253394.html
Copyright © 2011-2022 走看看