GithubHelp home page GithubHelp logo

chaostya / nuxeo-studioviz Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nuxeo-sandbox/nuxeo-studioviz

0.0 0.0 0.0 1.31 MB

JavaScript 5.03% Java 81.54% CSS 0.22% HTML 11.82% FreeMarker 1.40%

nuxeo-studioviz's Introduction

nuxeo-studioviz

=================== This plug-in enables the visualization of the studio configuration based on graphviz.

List of Items Displayed

There are 3 types of graphs:

  • The Data Model: Document Types, Schemas and Facets
  • The View for Content Views, Forms Layouts and Tabs related to the Document Types
  • The Business Rules showing the relations between User Actions, Automation Chains/Scriptings and Event Handlers

GraphViz

You need to install GraphViz (http://www.graphviz.org/Download.php) in order to generate the graphics.

Build

Install dependencies

Quick-start (for experienced users)

With Node.js installed, run the following one liner from nuxeo-studioviz-ui:

npm install -g gulp bower && npm install && bower install

Prerequisites (for everyone)

Building nuxeo-studioviz-ui requires the following major dependencies:

  • Node.js, used to run JavaScript tools from the command line.
  • npm, the node package manager, installed with Node.js and used to install Node.js packages.
  • gulp, a Node.js-based build tool.
  • bower, a Node.js-based package manager used to install front-end packages (like Polymer).

To install dependencies (from command line):

  1. Check your Node.js version.
node --version

The version must be >= 4.2.3.

  1. If you don't have Node.js installed, or you have a lower version, go to nodejs.org and click on the big green Install button.

  2. Install gulp and bower.

npm install -g gulp
npm install bower

This lets you run gulp and bower from the command line.

  1. Install the app's local npm and bower dependencies.
cd nuxeo-studioviz/nuxeo-studioviz-ui
npm install
bower install

This installs the element sets (Paper, Iron, Platinum) and tools the starter kit requires to build and serve apps.

  1. Build nuxeo-studioviz-operations

Assuming maven is correctly setup on your computer go under the nuxeo-studioviz-operations folder and run:

mvn install
  1. Build, or rebuild everything

Assuming maven is correctly setup on your computer go under the nuxeo-studioviz folder and run:

mvn -o clean install -DskipCleanCache

The Nuxeo Package is at nuxeo-studioviz-mp/target/nuxeo-studioviz-mp-1.0-SNAPSHOT.zip and can be installed on your Nuxeo Server.

Notice: Here, we build offline (-o) and skip the cleanning of the cache (-DskipCleanCache). This saves a lot of time and can be done because we already mde a full build of each part (nuxeo-studioviz-ui and nuxeo-studioviz-operations).

About Nuxeo

Nuxeo provides a modular, extensible Java-based open source software platform for enterprise content management and packaged applications for document management, digital asset management and case management. Designed by developers for developers, the Nuxeo platform offers a modern architecture, a powerful plug-in model and extensive packaging capabilities for building content applications.

More information at http://www.nuxeo.com/

nuxeo-studioviz's People

Contributors

thibarg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.