From 286233a1db33b4f52380a7f22b482d5e3e05bb11 Mon Sep 17 00:00:00 2001 From: dmp Date: Wed, 5 Sep 2012 11:26:26 +0900 Subject: [PATCH] Add how to use on README --- README.rdoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 5a27391..9715500 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,4 +3,16 @@ This plugin provides instances of Redmine a method with additional graphs. Created by Gossamer Threads Inc. (http://www.gossamer-threads.com) -Primary developer: Brad Beattie \ No newline at end of file +Primary developer: Brad Beattie + +== How to use + +Only tested on Redmine 2.0.3 and Ruby 1.9.3. +NOTE: Redmine 2.0.3 has compatibility issue with Ruby 1.9.x. Please see {Defect #11290: ParseDate missing in Ruby 1.9x - Redmine}[http://www.redmine.org/issues/11290]. + + $ cd /path/to/redmine/plugins + $ git clone git://github.com/dmp/redmine-graphs-plugin.git redmine_graphs + $ rake redmine:plugins:migrate RAILS_ENV=production + +Then restart redmine. +