Skip to content

agea/cmis-web-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cmis Web Workbench

A tool for developers who work with CMIS browser bindings

The scope of the project is to build a tool similar to the CMIS Workbench by Apache Chemistry

Usage (Alfresco)

Download dist/workbench.html in tomcat/webapps/ROOT and open http://localhost:8080/workbench.html

(It will work on any iplementation as long as you are able to reach the CMIS endpont via ajax requests)

Remote Usage

####You need to install node to connect to a remote server

$ npm install -g grunt-cli
$ git clone https://github.com/agea/cmis-web-workbench
$ cd cmis-web-workbench
$ npm install
$ grunt server --host SERVER --port PORT --path BROWSER_BINDING_PATH

Then you can connect to http://localhost:9000

License

MIT license - http://www.opensource.org/licenses/mit-license.php

About

A tool for developers who work with CMIS browser bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published