https://github.com/wso2/carbon-dashboards
https://github.com/wso2/carbon-dashboards
common
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/wso2/carbon-dashboards
- Owner: wso2
- License: apache-2.0
- Created: 2015-05-21T11:25:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T09:29:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T17:06:36.401Z (about 1 year ago)
- Topics: common
- Language: JavaScript
- Size: 21.6 MB
- Stars: 52
- Watchers: 273
- Forks: 124
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WSO2 Dashboard Component
---
| Branch | Build Status |
| :------------ |:-------------
| master | [](https://wso2.org/jenkins/job/platform-builds/job/carbon-dashboards/) |
---
## 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.
```xml
org.wso2.carbon.dashboards
org.wso2.carbon.dashboards.api.feature
4.0.0-SNAPSHOT
zip
org.wso2.carbon.dashboards
org.wso2.carbon.dashboards.portal.feature
4.0.0-SNAPSHOT
zip
```
```xml
org.wso2.carbon.dashboards.api.feature
4.0.0-SNAPSHOT
org.wso2.carbon.dashboards.portal.feature
4.0.0-SNAPSHOT
```
4. 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
* Please report issues at [WSO2 Dashboards Issues](https://github.com/wso2/carbon-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).
## Contact Us
WSO2 developers can be contacted via the mailing lists:
* WSO2 Developers List : dev@wso2.org
* WSO2 Architecture List : architecture@wso2.org