alfrescian / ng-cmis-browser

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

Home Page:http://blog.alfrescian.com/ng-cmis-browser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://blog.alfrescian.com/ng-cmis-browser/


Languages

Language:CSS 89.8%Language:JavaScript 10.2%