diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-25 17:17:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-25 17:17:49 +0000 |
commit | 5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7 (patch) | |
tree | 93e57765139714bd82dede475725516c448c0d55 /extra/sample_plugin/README | |
parent | 34e20c4373b7f5a20ab3a132feae3f70f21ec477 (diff) | |
download | redmine-5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7.tar.gz redmine-5e57a1a9d9478162ac4f27ae96b2ccaf55a1aba7.zip |
Merged rails-3.2 branch.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin/README')
-rw-r--r-- | extra/sample_plugin/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/sample_plugin/README b/extra/sample_plugin/README index d576ecfbf..5fe8a2a31 100644 --- a/extra/sample_plugin/README +++ b/extra/sample_plugin/README @@ -4,10 +4,11 @@ This is a sample plugin for Redmine == Installation -1. Copy the plugin directory into the vendor/plugins directory +1. Copy the plugin directory into the "plugins" directory at the root + of your Redmine directory -2. Migrate plugin: - rake db:migrate_plugins +2. Migrate and copy plugin assets: + rake redmine:plugins 3. Start Redmine |