mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
[id="creating-applications-by-using-devfiles"]
|
|
= Creating applications by using devfiles
|
|
include::modules/developer-cli-odo-attributes.adoc[]
|
|
include::modules/common-attributes.adoc[]
|
|
:context: creating-applications-by-using-devfiles
|
|
toc::[]
|
|
|
|
:FeatureName: Creating applications by using devfiles with `{odo-title}`
|
|
include::modules/technology-preview.adoc[leveloffset=+1]
|
|
|
|
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].
|
|
* You have enabled Experimental Mode in `{odo-title}`.
|
|
** To enable Experimental Mode in `{odo-title}` preferences, run `odo preference set Experimental true` or use the environment variable `odo config set --env ODO_EXPERIMENTAL=true`
|
|
|
|
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]
|