Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.16 KB

README.md

File metadata and controls

59 lines (36 loc) · 2.16 KB

OpenLiberty

Twitter Linux License

Summary

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment.

Table of Contents

Quick start

git clone https://github.com/OpenLiberty/sample-mpconf.git
cd sample-mpconf
mvn clean package -P start

Open Liberty Guides

Visit the OpenLiberty website for a number of step by step guides.

Contribute to Open Liberty

Our CONTRIBUTING document contains details for submitting pull requests.

  1. Clone the repository to your system.

    git clone git@github.com:OpenLiberty/open-liberty.git

  2. Run a gradle build.

    cd open-liberty/dev

    ./gradlew cnf:initialize

    ./gradlew assemble

  3. Run the unit or FAT tests.

    ./gradlew test for unit tests

    ./gradlew buildandrun for FAT tests

    NOTE: ./gradlew build runs assemble and test targets

  4. Perform a local release

    ./gradlew releaseNeeded

  5. Go Open issues, Review existing contributions, or Submit fixes.

Community

  1. Open Liberty group.io
  2. OpenLibertyIO on Twitter
  3. was-liberty tag on stackoverflow