Giter Site home page Giter Site logo

aliaksandrshuhayeu / cdf Goto Github PK

View Code? Open in Web Editor NEW

This project forked from webdetails/cdf

0.0 2.0 0.0 27.55 MB

Community Dashboard Framework

License: Mozilla Public License 2.0

JavaScript 81.22% HTML 10.05% CSS 3.76% PLpgSQL 0.13% Java 4.84%

cdf's Introduction

Community Dashboard Framework

CDF is a Dashboard framework that allows custom dashboards to be built

CDF is one of the tools of the CTools family and it is shipped within Pentaho BA Server

This is a maven project, and to build it use the following command

mvn clean install

The build result will be a Pentaho Plugin located in assemblies/cdf/target/pentaho-cdf-**.zip. Then, this package can be dropped inside your system folder.

Additionally, CDF build environment requires some configuration on your maven settings.xml file. The file is located under your .m2 directory on your home folder. Please make sure the following configuration is added:

<!-- profiles -->
<profile>
  <id>pentaho</id>
  <activation>
    <activeByDefault>true</activeByDefault>
  </activation>
  <repositories>
    <repository>
      <id>pentaho-nexus</id>
      <name>Nexus Internal</name>
      <url>http://nexus.pentaho.org/content/groups/omni</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>pentaho-nexus</id>
      <name>Nexus Internal</name>
      <url>http://nexus.pentaho.org/content/groups/omni</url>
    </pluginRepository>
  </pluginRepositories>
</profile>

<!-- mirrors -->
<mirror>
  <id>pentaho-internal-repository</id>
  <url>http://nexus.pentaho.org/content/groups/omni</url>
  <mirrorOf>*</mirrorOf>
</mirror>

If you don't already have a settings.xml file on that location, this is a stock one you can use:


<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                         http://maven.apache.org/xsd/settings-1.0.0.xsd">
   <localRepository/>
  <interactiveMode/>
  <usePluginRegistry/>
  <offline/>
  <pluginGroups/>
  <servers/>
  <mirrors>
    <mirror>
      <id>pentaho-internal-repository</id>
      <url>http://nexus.pentaho.org/content/groups/omni</url>
      <mirrorOf>*</mirrorOf>
    </mirror>
  </mirrors>
  <proxies/>
  <profiles>
    <profile>
      <id>pentaho</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
        <repository>
          <id>pentaho-nexus</id>
          <name>Nexus Internal</name>
          <url>http://nexus.pentaho.org/content/groups/omni</url>
        </repository>
      </repositories>
      <pluginRepositories>
        <pluginRepository>
          <id>pentaho-nexus</id>
          <name>Nexus Internal</name>
          <url>http://nexus.pentaho.org/content/groups/omni</url>
        </pluginRepository>
      </pluginRepositories>
    </profile>
  </profiles>
 <activeProfiles/>
</settings>

For issue tracking and bug report please use http://jira.pentaho.com/browse/CDF. Its master branch is built upon commit merges in Jenkins Continuous Integration located in http://ci.pentaho.com/job/cdf-plugin/

cdf's People

Contributors

afrjorge avatar agrohe21 avatar andr3al3x avatar annapopova1 avatar belerweb avatar codeoncoffee avatar dcleao avatar evgeniy-lyakhov avatar iklose avatar jvelasques avatar kolinus avatar krivera-pentaho avatar latinojoel avatar lgrill-pentaho avatar marpontes avatar mchen-len-son avatar mdamour1976 avatar miguelleite avatar mtseu avatar pamval avatar paulaclemente avatar pdpi avatar pedrofvteixeira avatar pentaho-nbaker avatar pmalves avatar rafaelgom3s avatar tgf avatar vgervasio avatar webdetails-build-bot avatar yuryby avatar

Watchers

 avatar  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.