Skip to content

Commit e76b419

Browse files
committed
osdocs-3441:Adding OpenShift Local Installation Overview
1 parent 5574421 commit e76b419

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

getting_started/openshift-overview.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ For more information about the installation process, the supported platforms, an
3333
* xref:../installing/index.adoc#supported-platforms-for-openshift-clusters_ocp-installation-overview[Supported platforms for OpenShift Container Platform clusters]
3434
* xref:../installing/installing-preparing.adoc#installing-preparing-selecting-cluster-type[Selecting a cluster installation type]
3535

36+
include::modules/installation-openshift-local.adoc[leveloffset=+2]
37+
3638
[id="openshift-next-steps"]
3739
== Next Steps
3840
=== For developers

installing/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ The scope of the {product-title} installation program is intentionally narrow. I
3838

3939
* See xref:../post_installation_configuration/cluster-tasks.adoc#available_cluster_customizations[Available cluster customizations] for details about {product-title} configuration resources.
4040

41+
include::modules/installation-openshift-local.adoc[leveloffset=+2]
42+
4143
include::modules/supported-platforms-for-openshift-clusters.adoc[leveloffset=+1]
4244

4345
[role="_additional-resources"]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * getting_started/openshift-overview.adoc
4+
// * installing/index.adoc
5+
6+
:_content-type: CONCEPT
7+
[id="installation-openshift-local_{context}"]
8+
= OpenShift Local overview
9+
10+
OpenShift Local supports rapid application development to get started building {product-title} clusters. OpenShift Local is designed to run on a local computer to simplify setup and testing, and to emulate the cloud development environment locally with all of the tools needed to develop container-based applications.
11+
12+
Regardless of the programming language you use, OpenShift Local hosts your application and brings a minimal, preconfigured Red Hat {product-title} cluster to your local PC without the need for a server-based infrastructure.
13+
14+
On a hosted environment, OpenShift Local can create microservices, convert them into images, and run them in Kubernetes-hosted containers directly on your laptop or desktop running Linux, macOS, or Windows 10 or later.
15+
16+
For more information about OpenShift Local, see link:https://developers.redhat.com/products/openshift-local/overview[Red Hat OpenShift Local Overview].

0 commit comments

Comments
 (0)