Skip to content

redhat-developer/code.quarkus.redhat.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

346 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

code.quarkus.redhat.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7