README
14 lines
| 284 B
| text/plain
|
TextLexer
|
r742 | == 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 | ||||
|
r2466 | Installed plugins are listed and can be configured from 'Admin -> Plugins' screen. | ||