Skip to content

scottkurz/open-liberty

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • JavaScript 0.8%
  • HTML 0.2%
  • Gherkin 0.2%
  • CSS 0.1%
  • Shell 0.1%