Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minudika committed Nov 17, 2017
1 parent f6b70ee commit 44d3986
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,23 @@ This project contains compontents which implements common functionalities used i
* event-processor-manager
* application-deployer

## How to build from the source
### Prerequisites
* Java 8 or above
* [Apache Maven](https://maven.apache.org/download.cgi#) 3.x.x
* [Node.js](https://nodejs.org/en/) 8.x.x or above
### Steps
1. Install above prerequisites if they have not been already installed
2. Get a clone from [this](https://github.com/wso2/carbon-analytics.git) repository
3. Run one of the following maven commands from carbon-analytics directory
* To build with the tests
```bash
mvn clean install
```
* To build without running any unit/integration test
```bash
mvn clean install -Dmaven.test.skip=true
```
## How to Contribute
* Please report issues at [DAS JIRA](https://wso2.org/jira/browse/DAS) or [CEP JIRA](https://wso2.org/jira/browse/CEP)
* Send your bug fixes pull requests to the [master branch](https://github.com/wso2/carbon-analytics/tree/master)
Expand Down

0 comments on commit 44d3986

Please sign in to comment.