Skip to content

Commit 0f90977

Browse files
committed
RHDEVDOCS-3237: Document configuring the access to product devfiles
1 parent 50da853 commit 0f90977

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The *Developer* perspective in the web console provides you the following option
1919
** *Database*: Select the required database service and add it to your application.
2020
** *Operator Backed*: Select and deploy the required Operator-managed service.
2121
** *Helm chart*: Select the required Helm chart to simplify deployment of applications and services.
22+
** *Devfile*: Select a devfile from the *Devfile registry* to declaratively define a development environment.
2223
** *Event Source*: Select an event source to register interest in a class of events from a particular system.
2324
+
2425
[NOTE]
@@ -69,6 +70,8 @@ include::modules/odc-importing-codebase-from-git-to-create-application.adoc[leve
6970

7071
include::modules/odc-deploying-java-applications.adoc[leveloffset=+1]
7172

73+
include::modules/odc-using-the-devfile-registry.adoc[leveloffset=+1]
74+
7275
include::modules/odc-using-the-developer-catalog-to-add-services-or-components.adoc[leveloffset=+1]
7376

7477
[role="_additional-resources"]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
:_content-type: PROCEDURE
2+
[id="odc-using-the-devfile-registry_{context}"]
3+
= Using the Devfile registry to access devfiles
4+
5+
You can use the devfiles in the *+Add* flow of the *Developer* perspective to create an application. The *+Add* flow provides a complete integration with the https://registry.devfile.io/viewer[devfile community registry]. A devfile is a portable YAML file that describes your development environment without needing to configure it from scratch. Using the *Devfile registry*, you can use a pre-configured devfile to create an application.
6+
7+
.Procedure
8+
9+
. Navigate to *Developer Perspective* -> *+Add* -> *Developer Catalog* -> *All Services*. A list of all the available services in the *Developer Catalog* is displayed.
10+
11+
. Under *All Services*, select *Devfiles* to browse for devfiles that support a particular language or framework. Alternatively, you can use the keyword filter to search for a particular devfile using their name, tag, or description.
12+
13+
. Click the devfile you want to use to create an application. The devfile tile displays the details of the devfile, including the name, description, provider, and the documentation of the devfile.
14+
15+
. Click *Create* to create an application and view the application in the *Topology* view.

0 commit comments

Comments
 (0)