annotate .svn/pristine/6f/6f698b7e19aa2a0b60b2198d129cd28a41bdf55a.svn-base @ 929:5f33065ddc4b redmine-1.3

Update to Redmine SVN rev 9414 on 1.3-stable branch
author Chris Cannam
date Wed, 27 Jun 2012 14:54:18 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 == Sample plugin
Chris@909 2
Chris@909 3 This is a sample plugin for Redmine
Chris@909 4
Chris@909 5 == Installation
Chris@909 6
Chris@909 7 1. Copy the plugin directory into the vendor/plugins directory
Chris@909 8
Chris@909 9 2. Migrate plugin:
Chris@909 10 rake db:migrate_plugins
Chris@909 11
Chris@909 12 3. Start Redmine
Chris@909 13
Chris@909 14 Installed plugins are listed and can be configured from 'Admin -> Plugins' screen.