zuinqstudio / cmis_4_redmine_2

Redmine 2.x Cmis Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.3'
    gem 'nokogiri'
    
  • Unzip the plugin in your redmine/plugins/ folder.

  • Migrate database with rake redmine:plugins:migrate

  • 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/plugins folder.

Thanks

Contact

We are looking forward your comments and suggestions! Feel free to write to info {at} zuinqstudio.com

About

Redmine 2.x Cmis Plugin

License:Other


Languages

Language:Ruby 96.9%Language:JavaScript 3.1%