Skip to content

Commit c00798a

Browse files
committed
RHDEVDOCS-2865: Document the changes in the Add Page and the ability to hide cards on it
1 parent 47711b7 commit c00798a

6 files changed

+40
-20
lines changed

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

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,37 @@ toc::[]
77

88
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}:
99

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.
1841

1942
ifdef::openshift-enterprise,openshift-webscale[]
2043
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.

images/odc_devcatalog_mariadb.png

-122 KB
Binary file not shown.

modules/odc-creating-sample-applications.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ The following procedure explains the *Samples* option in the *Developer* perspec
1111

1212
.Procedure
1313

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.
1616
. In the *Create Sample Application Form*:
1717
* In the *Name* field, the deployment name is displayed by default. You can modify this name as required.
1818
* 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.

modules/odc-deploying-java-applications.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
[id="odc-deploying-java-applications_{context}"]
66
= Upload JAR files for easy deployment of Java applications
77

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:
99

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.
1111

1212
* Navigate to the *Topology* view and use the *Upload JAR file* option, or drag and drop a JAR file to deploy your application.
1313

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.
1515

1616
Use the following instructions to upload a JAR file in the *Topology* view to deploy a Java application:
1717

@@ -25,7 +25,7 @@ Use the following instructions to upload a JAR file in the *Topology* view to de
2525

2626
. 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.
2727

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.
2929

3030
. In the *Name* field, enter a unique component name to name the associated resources.
3131

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following procedure walks you through the *From Git* option in the *Develope
1111

1212
.Procedure
1313

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.
1515
. 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.
1616
. Optional: You can click *Show Advanced Git Options* to add details such as:
1717

modules/odc-using-the-developer-catalog-to-add-services-or-components.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ You use the Developer Catalog to deploy applications and services based on Opera
99

1010
.Procedure
1111

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.
1714
+
1815
. 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.
1916
+

0 commit comments

Comments
 (0)