You need to build following dependencies before building 'Carbon UUF'.
- Build 'Carbon UUF Maven Plugin' (for samples)
- Clone carbon-uuf-maven-plugin repository.
git clone https://github.com/wso2/carbon-uuf-maven-tools.git
- Build and install using Maven.
mvn clean install
- Clone carbon-uuf-maven-plugin repository.
Then clone this repository (git clone https://github.com/wso2/carbon-uuf.git
) and use Maven to build (mvn clean install
). Built artifact can be found in product/target/wso2uuf-1.0.0-SNAPSHOT.zip
path.
Make sure you are running JDK8 update 40 or latest.
- Extract
wso2uuf-1.0.0-SNAPSHOT.zip
archive. - Go to
wso2uuf-1.0.0-SNAPSHOT/bin
direcotry. - Run
./carbon.sh
to start the Carbon server. - Visit sample apps.
- Pets Store app https://localhost:9292/pets-store/pets
- Features App https://localhost:9292/Features-app/
Pull requests are highly encouraged and we recommend you to create a GitHub issue to discuss the issue or feature that you are contributing to.
Carbon UUF is available under the Apache 2.0 License.
Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.