Plugins Directory » Cmis for Redmine 2.x
|
Author: | Zuinq Studio |
---|---|---|
Website: | http://www.zuinqstudio.com/en/funny-experiments-downloads#lab14 | |
Code repository: | https://github.com/zuinqstudio/cmis_4_redmine_2 | |
Registered on: | 2013-03-04 (over 11 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.3.x | |
User ratings: |
Cmis plugin for branches 2.x of Redmine. No backwards compatibility enabled, if you need Cmis integration with Redmine 1.x, please check.-
http://www.redmine.org/plugins/redmine_cmis
This plugin enables a new project module that allows to upload documents on a Cmis compatible server.
Once the module is activated, a new project tab will appear, in which you'll be able to upload documents just as you used to do on Documents tab.
Documents uploaded via Cmis tab will be stored on the configured Cmis server, in PATH_BASE/project_name/category/document/attachment
The plugin relies on ActiveCmis ruby gem, written by xaop. You can read more about them on http://xaop.com/labs/
Last, but no least, this project was supported by Bonsai Meme. You can find them at http://www.bmeme.com
Tested against Alfresco Cmis Services
Screenshots¶
Upload documents from the new Cmis tab, just like you used to do on the original Documents tab¶
Access your uploaded documents via Cmis tab¶
You can also watch and share your documents via the configured CMS¶
Plugin configuration¶
Installation notes
- Install the activecmis gem, as described on
http://www.xaop.com/blog/2010/04/13/gentle-introduction-to-activecmis/
- Include activecmis and nokogiri gems in your Gemfile like this.-
gem 'active_cmis', '0.3.2'
gem 'nokogiri'
- Unzip the plugin in your <tt>redmine/plugins/</tt> folder.
- Migrate database with rake <tt>db:migrate_plugins</tt>
- Once the plugin is installed, you must open the plugin configuration in Admin->Plugins_Configuration,
and configure your Cmis connection (url, repository Id, user/password and documents base path)
- Enjoy!
Changelog
0.0.1 (2013-03-04)
Compatible with Redmine 2.3.x.