Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.13 KB

File metadata and controls

44 lines (32 loc) · 1.13 KB

Red Hat Code Quarkus App

Tests

Development

Api is located in src/main/java UI is located in src/main/resources/web/

Use this command to start dev mode on: http://0.0.0.0:8080 (Api and UI).

just dev-rh

Build the library locally:

just build

After building, use this command to start the app in production mode:

just run-rh

Docker

docker run -i --rm -p 8080:8080 --env-file .env quay.io/redhat-developer/code-quarkus:latest

OpenShift

The template: ./deploy/openshift/code-quarkus.yaml

Example environments:

Available Quarkus profile: redhat, ibm:

QUARKUS_REGISTRIES = "registry.quarkus.redhat.com,registry.quarkus.io"
BOOTSTRAP_MAVEN_REPOS = "redhat-ga"
BOOTSTRAP_MAVEN_REPO_REDHAT_GA_URL = "https://maven.repository.redhat.com/ga"
QUARKUS_PROFILE = "prod,redhat"
QUARKUS_REGISTRY_REGISTRY_QUARKUS_REDHAT_COM_OFFERING = "redhat"