Home > redmine_cmis

redmine_cmis

Redmine_cmis is a project mainly written in Ruby, based on the View license.

Redmine plugin to upload documents to a Cmis server

= Cmis Plugin

  • 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
  • Last, but not least, the plugin relies on ActiveCmis ruby gem, written by xaop. You can read more about them on http://xaop.com/labs/

=== Installing the plugin

  • Install the activecmis gem, as described on http://www.xaop.com/blog/2010/04/13/gentle-introduction-to-activecmis/
  • Unzip the plugin in your redmine/vendor/plugins/ folder.
  • Migrate database with rake db:migrate_plugins
  • 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!

=== Uninstalling the plugin

  • Undo the database migration by typing rake db:migrate:plugin NAME=redmine_cmis VERSION=0
  • Remove redmine_cmis from your redmine/vendor/plugins folder.

=== Contact

We are looking forward your comments and suggestions! Feel free to write to clientes {at} signo-net.com

Previous:autodor