You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.adoc
+31-8Lines changed: 31 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,37 @@ toc::[]
7
7
8
8
The *Developer* perspective in the web console provides you the following options from the *+Add* view to create applications and associated services and deploy them on {product-title}:
9
9
10
-
* *From Git*: Use this option to import an existing codebase in a Git repository to create, build, and deploy an application on {product-title}.
11
-
* *Container Image*: Use existing images from an image stream or registry to deploy it on to {product-title}.
12
-
* *From Dockerfile*: Import a dockerfile from your Git repository to build and deploy an application.
13
-
* *YAML*: Use the editor to add YAML or JSON definitions to create and modify resources.
14
-
* *From Catalog*: Explore the *Developer Catalog* to select the required applications, services, or source to image builders and add it to your project.
15
-
* *Database*: See the *Developer Catalog* to select the required database service and add it to your application.
16
-
* *Operator Backed*: Explore the *Developer Catalog* to select and deploy the required Operator-managed service.
17
-
* *Helm Chart*: Explore the *Developer Catalog* to select the required Helm chart to simplify deployment of applications and services.
10
+
* *Getting started resources*: Use these resources to help you get started with Developer Console. You can choose to hide the header using the *Options* menu {kebab}.
11
+
** *Creating applications using samples*: Use existing code samples to get started with creating applications on the {product-title}.
12
+
** *Build with guided documentation*: Follow the guided documentation to build applications and familiarize yourself with key concepts and terminologies.
13
+
** *Explore new developer features*: Explore the new features and resources within the *Developer* perspective.
14
+
15
+
* *Developer catalog*: Explore the Developer Catalog to select the required applications, services, or source to image builders, and then add it to your project.
16
+
** *All Services*: Browse the catalog to discover services across {product-title}.
17
+
** *Database*: Select the required database service and add it to your application.
18
+
** *Operator Backed*: Select and deploy the required Operator-managed service.
19
+
** *Helm chart*: Select the required Helm chart to simplify deployment of applications and services.
20
+
** *Event Source*: Select an Event source to register interest in a class of events from a particular system.
21
+
+
22
+
[NOTE]
23
+
====
24
+
The Managed services option is also available if the RHOAS Operator is installed.
25
+
====
26
+
27
+
* *Git repository*: Import an existing codebase, Devfile, or Dockerfile from your Git repository using the *From Git*, *From Devfile*, or *From Dockerfile* options respectively, to build and deploy an application on {product-title}.
28
+
29
+
* *Container images*: Use existing images from an image stream or registry to deploy it on to the {product-title}.
30
+
31
+
* *Pipelines*: Use Tekton pipeline to create CI/CD pipelines for your software delivery process on the {product-title}.
32
+
33
+
* *Serverless*: Explore the *Serverless* options to create, build, and deploy stateless and serverless applications on the {product-title}.
34
+
** *Channel*: Create a Knative Channel to create an event forwarding and persistence layer with in-memory and reliable implementations.
35
+
36
+
* *Samples*: Explore the available sample applications to create, build, and deploy an application quickly.
37
+
38
+
* *From Local Machine*: Explore the *From Local Machine* tile to import or upload files on your local machine for building and deploying applications easily.
39
+
** *Import YAML*: Upload a YAML file to create and define resources for building and deploying applications.
40
+
** *Upload JAR file*: Upload a JAR file to build and deploy Java applications.
18
41
19
42
ifdef::openshift-enterprise,openshift-webscale[]
20
43
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], xref:../../serverless/admin_guide/install-serverless-operator.adoc#serverless-install-web-console_install-serverless-operator[OpenShift Serverless Operator], and xref:../../virt/install/installing-virt-web.adoc#virt-subscribing-to-the-catalog_installing-virt-web[OpenShift Virtualization Operator] are installed, respectively.
Copy file name to clipboardExpand all lines: modules/odc-creating-sample-applications.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ The following procedure explains the *Samples* option in the *Developer* perspec
11
11
12
12
.Procedure
13
13
14
-
. In the *+Add* view, click *Samples* to see the *Samples* page.
15
-
. On the *Samples* page, select one of the available sample applications to see the *Create Sample Application* form.
14
+
. In the *+Add* view, click on the *Samples* tile to see the *Samples* page.
15
+
. On the *Samples* page, select one of the available sample applications to see the *Create Sample Application* form.
16
16
. In the *Create Sample Application Form*:
17
17
* In the *Name* field, the deployment name is displayed by default. You can modify this name as required.
18
18
* In the *Builder Image Version*, a builder image is selected by default. You can modify this image version by using the *Builder Image Version* drop-down list.
Copy file name to clipboardExpand all lines: modules/odc-deploying-java-applications.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
[id="odc-deploying-java-applications_{context}"]
6
6
= Upload JAR files for easy deployment of Java applications
7
7
8
-
You can use the JAR files in the *Topology* view of the *Developer* perspective to deploy your Java applications. You can upload a JAR file using the following options:
8
+
You can use the JAR files in the *Topology* view of the *Developer* perspective to deploy your Java applications. You can upload a JAR file using the following options:
9
9
10
-
* Navigate to the *+Add* view of the *Developer* perspective, click the *Upload JAR file* tile through the *From Local Machine* option. Browse and select your JAR file, or drag and drop a JAR file to deploy your application.
10
+
* Navigate to the *+Add* view of the *Developer* perspective, and click *Upload JAR file* in the *From Local Machine* tile. Browse and select your JAR file, or drag and drop a JAR file to deploy your application.
11
11
12
12
* Navigate to the *Topology* view and use the *Upload JAR file* option, or drag and drop a JAR file to deploy your application.
13
13
14
-
* Navigate to the Context Menu in the *Topology* view and use the *Upload JAR file* option to upload your JAR file to deploy your application.
14
+
* Use the in-context menu in the *Topology* view, and then use the *Upload JAR file* option to upload your JAR file to deploy your application.
15
15
16
16
Use the following instructions to upload a JAR file in the *Topology* view to deploy a Java application:
17
17
@@ -25,7 +25,7 @@ Use the following instructions to upload a JAR file in the *Topology* view to de
25
25
26
26
. You can further specify optional Java commands to customize your deployed application. The Runtime Icon and Builder Image is selected by default. If a Builder Image is not auto-detected, select a Builder Image. If required, you can change the version using the *Builder Image Version* drop-down list.
27
27
28
-
. In the optional *Application Name* field, enter a unique name for your application for the resource labelling.
28
+
. In the optional *Application Name* field, enter a unique name for your application for the resource labelling.
29
29
30
30
. In the *Name* field, enter a unique component name to name the associated resources.
Copy file name to clipboardExpand all lines: modules/odc-importing-codebase-from-git-to-create-application.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The following procedure walks you through the *From Git* option in the *Develope
11
11
12
12
.Procedure
13
13
14
-
. In the *+Add* view, click *From Git* to see the *Import from git* form.
14
+
. In the *+Add* view, click *From Git* in the *Git Repository* tile to see the *Import from git* form.
15
15
. In the *Git* section, enter the Git repository URL for the codebase you want to use to create an application. For example, enter the URL of this sample Node.js application `\https://github.com/sclorg/nodejs-ex`. The URL is then validated.
16
16
. Optional: You can click *Show Advanced Git Options* to add details such as:
Copy file name to clipboardExpand all lines: modules/odc-using-the-developer-catalog-to-add-services-or-components.adoc
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,8 @@ You use the Developer Catalog to deploy applications and services based on Opera
9
9
10
10
.Procedure
11
11
12
-
. In the *Developer* perspective, navigate to the *+Add* -> *From Catalog* to view all the available services in the *Developer Catalog*.
13
-
. Under *All Items*, select the kind of service or the component you need to add to your project. For this example, select *Databases* to list all the database services and then click *MariaDB* to see the details for the service.
14
-
+
15
-
.Developer Catalog
16
-
image::odc_devcatalog_mariadb.png[]
12
+
. In the *Developer* perspective, navigate to the *+Add* view and from the *Developer Catalog* tile, click *All Services* to view all the available services in the *Developer Catalog*.
13
+
. Under *All Services*, select the kind of service or the component you need to add to your project. For this example, select *Databases* to list all the database services and then click *MariaDB* to see the details for the service.
17
14
+
18
15
. Click *Instantiate Template* to see an automatically populated template with details for the *MariaDB* service, and then click *Create* to create and view the MariaDB service in the *Topology* view.
0 commit comments