Branch | Build Status |
---|---|
master |
Please follow the below steps to setup the WSO2 Dashboard Component.
- Clone and build carbon-dashboards repository.
- Clone and build the carbon-ui-server repository available here ( Carbon-UI-Server - https://github.com/wso2/carbon-ui-server )
- 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>
- 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/
Carbon dashboards is available under the Apache 2 License.
- Please report issues at WSO2 Dashboards Issues.
- Send your pull requests https://github.com/wso2/carbon-dashboards.
- You can find more instructions on howto contribute on community site (http://wso2.com/community).
WSO2 developers can be contacted via the mailing lists:
- WSO2 Developers List : [email protected]
- WSO2 Architecture List : [email protected]