From 5b7d6aa7a7169df74d47a0ab107db1bbb0905788 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sun, 29 Apr 2012 00:14:54 -0400 Subject: [PATCH] Updated README.rdoc to contain some install info --- README.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rdoc b/README.rdoc index 32b0e04..41c58b6 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,3 +4,9 @@ This plugin allows the Exception Handler Library or any other client application When a new report is received, this plugin will automatically search for an existing report. If there is an existing report, it will be updated; if not, a new report will be filed. + += Installation + +clone into your plugin folder rake yourt database with the following command: + +rake db:migrate_plugins RAILS_ENV=production