mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
[id=creating-an-application-with-a-database]
|
|
= Creating an application with a database
|
|
include::modules/openshift-developer-cli-attributes.adoc[]
|
|
include::modules/common-attributes.adoc[]
|
|
:context: creating-an-application-with-a-database
|
|
toc::[]
|
|
|
|
This example describes how to deploy and connect a database to a front-end application.
|
|
|
|
.Prerequisites
|
|
|
|
* `{odo-title}` is installed.
|
|
* `oc` client is installed.
|
|
* You have a running {product-title} cluster. Developers can use link:https://cloud.redhat.com/openshift/install/crc/installer-provisioned?intcmp=7013a000002CtetAAC[CodeReady Containers (CRC)] to deploy a local {product-title} cluster quickly.
|
|
* xref:../../applications/service_brokers/installing-service-catalog.adoc#sb-installing-service-catalog[Service Catalog] is enabled.
|
|
|
|
include::modules/openshift-developer-cli-creating-a-project-in-odo.adoc[leveloffset=+1]
|
|
|
|
include::modules/openshift-developer-cli-deploying-the-front-end-component.adoc[leveloffset=+1]
|
|
|
|
include::modules/openshift-developer-cli-deploying-a-database-in-interactive-mode.adoc[leveloffset=+1]
|
|
|
|
include::modules/openshift-developer-cli-deploying-a-database-manually.adoc[leveloffset=+1]
|
|
|
|
include::modules/openshift-developer-cli-connecting-the-database.adoc[leveloffset=+1]
|
|
|
|
include::modules/openshift-developer-cli-deleting-an-application.adoc[leveloffset=+1]
|