comparison extra/sample_plugin/README @ 1115:433d4f72a19b redmine-2.2

Update to Redmine SVN revision 11137 on 2.2-stable branch
author Chris Cannam
date Mon, 07 Jan 2013 12:01:42 +0000
parents 513646585e45
children
comparison
equal deleted inserted replaced
929:5f33065ddc4b 1115:433d4f72a19b
2 2
3 This is a sample plugin for Redmine 3 This is a sample plugin for Redmine
4 4
5 == Installation 5 == Installation
6 6
7 1. Copy the plugin directory into the vendor/plugins directory 7 1. Copy the plugin directory into the "plugins" directory at the root
8 of your Redmine directory
8 9
9 2. Migrate plugin: 10 2. Migrate and copy plugin assets:
10 rake db:migrate_plugins 11 rake redmine:plugins
11 12
12 3. Start Redmine 13 3. Start Redmine
13 14
14 Installed plugins are listed and can be configured from 'Admin -> Plugins' screen. 15 Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.