Redmine 外掛程式安裝

來源:互聯網
上載者:User

標籤:http   使用   os   io   for   art   cti   代碼   

Redmine 外掛程式安裝

1. Code Review

   可對開發人員提交的代碼進行線上review, 對指摘項目進行管理, 是目前對我協助最大的外掛程式。

2. Advanced Roadmap

   對roadmap view進行了功能強化,可顯示每個具體version或者milestone的詳細工數和任務。

3. ezFAQ

   為redmine增加FAQ管理技能。

4. Charts

   為redmine增加了圖表功能。

5. Graph

   為redmine增加了圖表功能, 和Charts可以一起使用。

6. Kanban

   為redmine增加了一個白板view, 方便管理者對issue進行管理。

7. WorkTime

   強大的工數管理外掛程式。

8. Wiki Extensions Plugin

   為撰寫wiki提供了許多擴充技能。

9. Time Tracker

   提供一對time start/stop按鈕,方便對工數進行精確統計。

10. Close Issue Button

   為issue view增加了一個close按鈕, 方便關閉issue。

一般的外掛程式安裝方法,需參照redmine wiki即可



Installing a plugin

1. Copy your plugin directory into #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x). If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like git clone git://github.com/user_name/name_of_the_plugin.git.

2. If the plugin requires a migration, run the following command to upgrade your database (make a db backup before).

2.1. For Redmine 1.x:

rake db:migrate_plugins RAILS_ENV=production

2.2. For Redmine 2.x:

rake redmine:plugins:migrate RAILS_ENV=production

3. Restart Redmine

You should now be able to see the plugin list in Administration -> Plugins and configure the newly installed plugin (if the plugin requires to be configured).

Uninstalling a plugin

1. If the plugin required a migration, run the following command to downgrade your database (make a db backup before):

1.1. For Redmine 1.x:

rake db:migrate:plugin NAME=plugin_name VERSION=0 RAILS_ENV=production

1.2. For Redmine 2.x:

rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production

2. Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x)..

3. Restart Redmine


聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.