Skip to content

zuinqstudio/redmine_cmis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 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/

  • 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

About

Redmine plugin to upload documents to a Cmis server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages