Project

General

Profile

Plugins » History » Revision 3

Revision 2 (Jean-Philippe Lang, 2007-10-13 16:20) → Revision 3/118 (Jean-Philippe Lang, 2007-11-13 22:04)

h1. Plugins 

 Redmine 0.6.0 provides will provide basic support for plugins. Redmine plugins can rely on "Rails engines":http://rails-engines.org/ to add functionalities to the application. 

 h2. Installing a plugin 

 1. First, you need to install the Rails engines plugin: http://rails-engines.org/. 

 2. Then, copy your plugin directory into @#{RAILS_ROOT}/vendor/plugins@. 

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

   rake db:migrate_plugins 

 4. Start Redmine 

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

 h2. Plugin list 

 h3. Simple CI 

 [[PluginSimpleCI|Simple CI]] is a generic plugin for integrating per project RSS continuous integration feeds (eg. "Cruise Control":http://cruisecontrol.sourceforge.net/) in Redmine.