Exercise: Build and deploy

Build and deploy the first implementation of the ACME Brewery API!

The ACME did a good job in implementing the ACME Brewery API. You can review the source code from the GIT repository.

Let’s deploy this first version in our DEV environment!

  • Open the OpenShift Web Console, click SSO and login with your username.
  • Find the Red Hat OpenJDK 8 in the catalog and click on it
  • Click Next >
  • In Add to project, select Beer Catalog (DEV)
  • Choose the version 1.2
  • In Application Name, type beer-catalog-impl`
  • In Git Repository, type https://github.com/nmasse-itix/api-lifecycle-workshop
  • Click view advanced options
  • In Context Dir, type /backend-springboot
  • At the bottom of the page, click Create

To complete your understanding, explain the different steps OpenShift went through to deploy the API implementation.