1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Add brief docs about quickstarts in the dev console

This commit is contained in:
Ashleigh Brennan
2023-04-19 10:14:53 -05:00
committed by openshift-cherrypick-robot
parent ffdf8a7fc9
commit 7863c5e747
3 changed files with 27 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ The Managed services option is also available if the RHOAS Operator is installed
* *Samples*: Explore the available sample applications to create, build, and deploy an application quickly.
* *Quick Starts*: Explore the quick start options to create, import, and run applications with step-by-step instructions and tasks.
* *From Local Machine*: Explore the *From Local Machine* tile to import or upload files on your local machine for building and deploying applications easily.
** *Import YAML*: Upload a YAML file to create and define resources for building and deploying applications.
** *Upload JAR file*: Upload a JAR file to build and deploy Java applications.
@@ -70,6 +72,8 @@ endif::[]
include::modules/odc-creating-sample-applications.adoc[leveloffset=+1]
include::modules/odc-using-quickstarts.adoc[leveloffset=+1]
include::modules/odc-importing-codebase-from-git-to-create-application.adoc[leveloffset=+1]
include::modules/odc-deploying-java-applications.adoc[leveloffset=+1]

View File

@@ -2,9 +2,11 @@
[id="odc-creating-sample-applications_{context}"]
= Creating Sample applications
You can use the basic sample applications in the *+Add* flow of the *Developer* perspective to create, build, and deploy applications quickly.
You can use the sample applications in the *+Add* flow of the *Developer* perspective to create, build, and deploy applications quickly.
The following procedure explains the *Samples* option in the *Developer* perspective to create a sample application.
.Prerequisites
* You have logged in to the {product-title} web console and are in the *Developer* perspective.
.Procedure

View File

@@ -0,0 +1,19 @@
// Module included in the following assemblies:
//
// * applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc
:_content-type: PROCEDURE
[id="odc-using-quickstarts_{context}"]
= Creating applications using Quick Starts
The *Quick Starts* page shows you how to create, import, and run applications on {product-title}, with step-by-step instructions and tasks.
.Prerequisites
* You have logged in to the {product-title} web console and are in the *Developer* perspective.
.Procedure
. In the *+Add* view, click the *View all quick starts* link to view the *Quick Starts* page.
. In the *Quick Starts* page, click the tile for the quick start that you want to use.
. Click *Start* to begin the quick start.