= google_docs_plugin
== Compatibility
The plugin is currently only compatible with redmine version < 2. I'm working on migrating it to redmine 2 in the
branch redmine-2
. Any help in this process would be greatly appreciated...
== Overview
This is a simple redmine plugin which lets users link google docs to issues, using a custom field named "Google Doc". When editing issues, this field provides autocompletion of the users google docs. When the issue is shown, it displays a link to the corresponding document.
== Installation
=== Prerequisites
Install the required gdata gem
gem install gdata
=== Obtain the source
You have 2 choices to get the plugin:
Cloning the repository via git. This requires git to be installed on the server your redmine installation is hosted. Retrieving updates will be easier this way.
cd /path/to/redmine/vendor/plugins git clone git://github.com/pulse00/redmine_google_docs_plugin.git
Downloading the plugin via the download link above.
cd /path/to/redmine/vendor/plugins tar -xf redmine_google_docs_plugin-vX.X.X.tar.gz redmine_google_docs_plugin
=== Install the plugin
Run the plugin:migrate task to update the database (from redmines root directory)
rake db:migrate_plugins RAILS_ENV=production
Restart redmine
== Usage
The db:migrate_plugins task creates a new custom field named "Google Docs". To make use of the this field, edit the field in admin area (Administration -> Custom Fields). Once there, you need to configure which issue trackers show this field.
The second step is to connect your redmine account to your google docs account:
After this initial setup, you can edit the "Google Doc" field in issues and choose your documents via autocompletion.
== Thanks
I'd wish to thank the following persons for contributing to this plugin :