WSO2 UUF Dashboard Designer Component

WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.

Лицензия

Лицензия

Группа

Группа

org.wso2.carbon.dashboards
Идентификатор

Идентификатор

org.wso2.carbon.dashboards.designer
Последняя версия

Последняя версия

3.0.0-m3
Дата

Дата

Тип

Тип

uuf-component
Описание

Описание

WSO2 UUF Dashboard Designer Component
WSO2 is an open source application development software company focused on providing service-oriented architecture solutions for professional developers.
Ссылка на сайт

Ссылка на сайт

http://wso2.org
Организация-разработчик

Организация-разработчик

WSO2

Скачать org.wso2.carbon.dashboards.designer

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.wso2.carbon.uuf.common » org.wso2.carbon.uuf.common.foundation.ui zip 1.0.0-m7

Модули Проекта

Данный проект не имеет модулей.

WSO2 Dashboard Component


Branch Build Status
master Build Status

Getting Started

Please follow the below steps to setup the WSO2 Dashboard Component.

  1. Clone and build carbon-dashboards repository.
  2. Clone and build the carbon-ui-server repository available here ( Carbon-UI-Server - https://github.com/wso2/carbon-ui-server )
  3. Install Dashboard Core API Feature and Dashboard Portal Feature in to distribution available in carbon-ui-server.

You can add following properties to pom file available in Carbon-UI-Server/tests/distribution directory.

        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.api.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <dependency>
            <groupId>org.wso2.carbon.dashboards</groupId>
            <artifactId>org.wso2.carbon.dashboards.portal.feature</artifactId>
            <version>4.0.0-SNAPSHOT</version>
            <type>zip</type>
        </dependency>
        <feature>
            <id>org.wso2.carbon.dashboards.api.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
        <feature>
            <id>org.wso2.carbon.dashboards.portal.feature</id>
            <version>4.0.0-SNAPSHOT</version>
        </feature>
  1. Unzip the distribution and run the server. You can access the dashboard component from https://localhost:9292/analytics-dashboard/ or http://localhost:9090/analytics-dashboard/

License

Carbon dashboards is available under the Apache 2 License.

How To Contribute

Contact Us

WSO2 developers can be contacted via the mailing lists:

org.wso2.carbon.dashboards

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Версии библиотеки

Версия
3.0.0-m3