06076e5ac1
Use the equivalent db:migrate:plugins instead that is provided by the engines plugin directly.
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
== 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.
|