Skip to content

alfrescian/ng-cmis-browser

Repository files navigation

Alfrescian CMIS Browser

Simple CMIS Repository Browser using CMIS 1.1 Browser Binding based AngularJS and Bootstrap.

Status

Initial project was written as demo for an Alfresco Meet the Experts.

Approach

In a nutshell:

  • Yeoman is used as tool (yo, bower, grunt).
  • application is build with AngularJS and Twitter Bootstrap
  • the interface is based on Bootstrap
  • application accesses an CMIS 1.1 compliant repository using the JSON browser binding
  • local Alfresco One 4.2 & cmis.alfresco.com repository was tested

Getting Started

  1. Install Node.js and NPM (should come with)

  2. Install global dependencies grunt-cli, bower, and karma:

    $ npm install -g karma grunt-cli bower
  3. Install local dependencies:

    $ npm install
    $ bower install
  4. start local server:

    $ grunt server

About

basic CMIS Browser (1.1 - browser binding) based on Angular JS to be used with Alfresco

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published