obsolete.ChilliProject/extra/sample_plugin
Holger Just e95b4992e4 Update copyright for 2012
We programmers have a nice new years tradition: We revisit all of our
projects and add 1 to a small number near a "(c)".

-- Volker Dusch
https://twitter.com/__edorian/status/153801913442373633
2012-01-03 20:36:40 +01:00
..
app Update copyright for 2012 2012-01-03 20:36:40 +01:00
assets Added a sample plugin. 2007-09-23 18:50:53 +00:00
config/locales Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. 2009-02-21 11:04:50 +00:00
db/migrate Update copyright for 2012 2012-01-03 20:36:40 +01:00
README Remove db:migrate_plugins task. 2011-07-27 15:23:26 +02:00
init.rb Update copyright for 2012 2012-01-03 20:36:40 +01:00

README

== Sample plugin

This is a sample plugin for Redmine

== Installation

1. Copy the plugin directory into the vendor/plugins directory

2. Migrate plugin:
   rake db:migrate:plugins

3. Start Redmine

Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.