public
Description: This is a Rails plugin for Redmine that can be used to track basic customer information
Homepage: http://projects.littlestreamsoftware.com/projects/show/redmine-customers
Clone URL: git://github.com/edavis10/redmine-customer-plugin.git
name age message
file README Loading commit data...
directory app/
directory db/ Wed Feb 13 15:41:59 -0800 2008 Hooked up displaying and editing a customer ass... [edavis10]
file init.rb
file writeup.txt Wed Feb 13 16:14:24 -0800 2008 Added menu [edavis10]
README
== Sample plugin

This is a sample plugin for Redmine

== Installation

=== Adding plugin support to Redmine

To add plugin support to Redmine, install engines plugin:
   See: http://rails-engines.org/

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