Skip to content

Commit 5703767

Browse files
authored
Merge pull request #35324 from bergerhoffer/updating-quickstart-terms
Updating quickstart to quick start
2 parents 1717f8c + 8b27248 commit 5703767

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

modules/samples-operator-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= Understanding the Cluster Samples Operator
88

99
During installation, the Operator creates the default configuration object for
10-
itself and then creates the sample image streams and templates, including quickstart templates.
10+
itself and then creates the sample image streams and templates, including quick start templates.
1111

1212
[NOTE]
1313
====

modules/templates-cli-parameters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Alternatively, if the template is already uploaded:
2323
$ oc process --parameters -n <project> <template_name>
2424
----
2525
+
26-
For example, the following shows the output when listing the parameters for one of the Quickstart templates in the default `openshift` project:
26+
For example, the following shows the output when listing the parameters for one of the quick start templates in the default `openshift` project:
2727
+
2828
[source,terminal]
2929
----

modules/templates-quickstart.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
// * openshift_images/using-templates.adoc
44

55
[id="templates-quickstart_{context}"]
6-
= Quickstart templates
6+
= Quick start templates
77

8-
A Quickstart is a basic example of an application running on {product-title}. Quickstarts come in a variety of languages and frameworks, and are defined in a template, which is constructed from a set of services, build configurations, and deployment configurations. This template references the necessary images and source repositories to build and deploy the application.
8+
A quick start template is a basic example of an application running on {product-title}. Quick starts come in a variety of languages and frameworks, and are defined in a template, which is constructed from a set of services, build configurations, and deployment configurations. This template references the necessary images and source repositories to build and deploy the application.
99

10-
To explore a Quickstart, create an application from a template. Your administrator must have already installed these templates in your {product-title} cluster, in which case you can simply select it from the web console.
10+
To explore a quick start, create an application from a template. Your administrator must have already installed these templates in your {product-title} cluster, in which case you can simply select it from the web console.
1111

12-
Quickstarts refer to a source repository that contains the application source code. To customize the Quickstart, fork the repository and, when creating an application from the template, substitute the default source repository name with your forked repository. This results in builds that are performed using your source code instead of the provided example source. You can then update the code in your source repository and launch a new build to see the changes reflected in the deployed application.
12+
Quick starts refer to a source repository that contains the application source code. To customize the quick start, fork the repository and, when creating an application from the template, substitute the default source repository name with your forked repository. This results in builds that are performed using your source code instead of the provided example source. You can then update the code in your source repository and launch a new build to see the changes reflected in the deployed application.
1313

1414
[id="templates-quickstart-web-framework_{context}"]
15-
== Web framework Quickstart templates
15+
== Web framework quick start templates
1616

17-
These Quickstart templates provide a basic application of the indicated framework and language:
17+
These quick start templates provide a basic application of the indicated framework and language:
1818

1919
* CakePHP: a PHP web framework that includes a MySQL database
2020
* Dancer: a Perl web framework that includes a MySQL database

modules/templates-using-instant-app-quickstart.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
// * openshift_images/using-templates.adoc
44

55
[id="templates-using-instant-app-quickstart_{context}"]
6-
= Using Instant App and Quickstart templates
6+
= Using instant app and quick start templates
77

8-
{product-title} provides a number of default Instant App and Quickstart templates to make it easy to quickly get started creating a new application for different languages. Templates are provided for Rails (Ruby), Django (Python), Node.js, CakePHP (PHP), and Dancer (Perl). Your cluster administrator must create these templates in the default, global `openshift` project so you have access to them.
8+
{product-title} provides a number of default instant app and quick start templates to make it easy to quickly get started creating a new application for different languages. Templates are provided for Rails (Ruby), Django (Python), Node.js, CakePHP (PHP), and Dancer (Perl). Your cluster administrator must create these templates in the default, global `openshift` project so you have access to them.
99

1010
By default, the templates build using a public source repository on GitHub that contains the necessary application code.
1111

1212
.Procedure
1313

14-
. You can list the available default Instant App and Quickstart templates with:
14+
. You can list the available default instant app and quick start templates with:
1515
+
1616
[source,terminal]
1717
----
@@ -30,5 +30,5 @@ By doing this, the build configuration created by the template now points to you
3030

3131
[NOTE]
3232
====
33-
Some of the Instant App and Quickstart templates define a database deployment configuration. The configuration they define uses ephemeral storage for the database content. These templates should be used for demonstration purposes only as all database data is lost if the database pod restarts for any reason.
33+
Some of the instant app and quick start templates define a database deployment configuration. The configuration they define uses ephemeral storage for the database content. These templates should be used for demonstration purposes only as all database data is lost if the database pod restarts for any reason.
3434
====

modules/templates-waiting-for-readiness.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the object.
5151
| Not applicable.
5252
|===
5353

54-
The following is an example template extract, which uses the `wait-for-ready` annotation. Further examples can be found in the {product-title} quickstart templates.
54+
The following is an example template extract, which uses the `wait-for-ready` annotation. Further examples can be found in the {product-title} quick start templates.
5555

5656
[source,yaml]
5757
----

openshift_images/using-templates.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ include::modules/templates-waiting-for-readiness.adoc[leveloffset=+2]
4646
include::modules/templates-create-from-existing-object.adoc[leveloffset=+2]
4747

4848

49-
//Add Quickstart and other relevant tutorials here.
49+
//Add quick start and other relevant tutorials here.

0 commit comments

Comments
 (0)