Skip to content

fjudith/redmine_cmis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 3.x Cmis Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.5%
  • HTML 23.1%
  • JavaScript 2.4%