diff --git a/applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc b/applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc index 1de3db4533..68b0fa3a74 100644 --- a/applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc +++ b/applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc @@ -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] diff --git a/modules/odc-creating-sample-applications.adoc b/modules/odc-creating-sample-applications.adoc index 7adcbdf326..8b16bdd636 100644 --- a/modules/odc-creating-sample-applications.adoc +++ b/modules/odc-creating-sample-applications.adoc @@ -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 diff --git a/modules/odc-using-quickstarts.adoc b/modules/odc-using-quickstarts.adoc new file mode 100644 index 0000000000..3689b41334 --- /dev/null +++ b/modules/odc-using-quickstarts.adoc @@ -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. \ No newline at end of file