Updated README.rdoc to contain some install info

This commit is contained in:
2012-04-29 00:14:54 -04:00
parent d2d7d4c9bb
commit 5b7d6aa7a7

View File

@@ -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. 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. 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