mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
[id="using-devfiles-in-odo"]
|
|
= Using devfiles in {odo-title}
|
|
include::modules/developer-cli-odo-attributes.adoc[]
|
|
include::modules/common-attributes.adoc[]
|
|
:context: creating-applications-by-using-devfiles
|
|
toc::[]
|
|
|
|
include::modules/developer-cli-odo-about-devfiles-in-odo.adoc[leveloffset=+1]
|
|
|
|
== Creating a Java application by using a devfile
|
|
|
|
== Prerequisites
|
|
|
|
* You have installed `{odo-title}`.
|
|
* You must know your ingress domain cluster name. Contact your cluster administrator if you do not know it. For example, `apps-crc.testing` is the cluster domain name for https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[Red Hat CodeReady Containers].
|
|
|
|
include::modules/developer-cli-odo-creating-a-project-in-odo.adoc[leveloffset=+2]
|
|
|
|
include::modules/developer-cli-odo-listing-available-devfile-components.adoc[leveloffset=+2]
|
|
|
|
include::modules/developer-cli-odo-deploying-a-java-application-using-a-devfile.adoc[leveloffset=+2]
|
|
|
|
include::modules/developer-cli-odo-converting-an-s2i-component-into-a-devfile-component.adoc[leveloffset=+1]
|