Skip to content

ChamaraPhilipsuom/carbon-uuf

 
 

Repository files navigation

Unified UI Framework

Building From Source

You need to build following dependencies before building 'Carbon UUF'.

  • Build 'Carbon UUF Maven Plugin' (for samples)
    1. Clone carbon-uuf-maven-plugin repository.
      git clone https://github.com/wso2/carbon-uuf-maven-plugin.git
    2. Checkout v1.0.0-m4 tag.
      git checkout v1.0.0-m4
    3. Build and install using Maven.
      mvn clean install

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.

How to run ?

  1. Extract wso2uuf-1.0.0-SNAPSHOT.zip archive.
  2. Go to wso2uuf-1.0.0-SNAPSHOT/bin direcotry.
  3. Run ./carbon.sh to start the Carbon server.
  4. Visit sample apps.

Contributing to Carbon Maven UUF Plugin Project

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.

License

Carbon UUF is available under the Apache 2.0 License.

Copyright

Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.9%
  • Other 2.1%