diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-23 18:50:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-23 18:50:53 +0000 |
commit | dbcf2065b86d610bc714b362d253664d81166e87 (patch) | |
tree | a217cfdd7756ad499f2b9c4ccec0d3dc88e8acbb /extra/sample_plugin/README | |
parent | e4f0864e3a7f17f0e8a282aad29202f53bf11139 (diff) | |
download | redmine-dbcf2065b86d610bc714b362d253664d81166e87.tar.gz redmine-dbcf2065b86d610bc714b362d253664d81166e87.zip |
Added a sample plugin.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@753 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin/README')
-rw-r--r-- | extra/sample_plugin/README | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/sample_plugin/README b/extra/sample_plugin/README new file mode 100644 index 000000000..eed8b9a23 --- /dev/null +++ b/extra/sample_plugin/README @@ -0,0 +1,24 @@ +== Sample plugin + +This is a sample plugin for Redmine + +== Installation + +=== Adding plugin support to Redmine + +1. Install engines plugin + See: http://rails-engines.org/ + +2. Uncomment this line in config/environment.rb: + config.plugins = ["engines", "*"] + +=== Plugin 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 on 'Admin -> Information' screen. |