Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.48 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.48 KB

Logo

title


License

devfile-stack-intro

This app is a simple but complete JAX-RS sample for use with the Open Liberty application stack. It includes a basic REST API, integration tests, and the MicroProfile Config, Health, and Metrics features.

Getting Started

It's recommended to use the latest version of OpenShift Do (odo). You can install odo using these instructions

  1. Perform an oc login to your cluster.

  2. Clone the devfile-stack-intro repository

    git clone [email protected]:OpenLiberty/devfile-stack-intro.git
    cd devfile-stack-intro
  3. Create your odo component

    odo create java-openliberty my-component
  4. Push the sample application to OpenShift

    odo push
  5. Wait for tests to complete

    odo log -f

For more details on using the Open Liberty devfile stack, check out https://github.com/OpenLiberty/devfile-stack

For more details on using odo, check out https://odo.dev