From 9d3b6b74b0b49a3a5b8b0cbbc47d8c90834101f5 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Fri, 12 Nov 2021 16:28:59 -0500 Subject: [PATCH 1/3] update supported platforms --- documentation/1.0/content/setup/prerequisites.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/1.0/content/setup/prerequisites.md b/documentation/1.0/content/setup/prerequisites.md index 4211ec17f..ced02a172 100644 --- a/documentation/1.0/content/setup/prerequisites.md +++ b/documentation/1.0/content/setup/prerequisites.md @@ -29,6 +29,8 @@ These include: - `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application to generate one for you. +The WKT UI application is built using the Electron framework and as such, we can support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). On Linux, we support only versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. + In addition to these local software dependencies, you will need a Kubernetes cluster to which you can deploy your containerized WebLogic Server domain and its applications. If you do not already have a model, then you can either write one by hand using the WKT UI application or discover the model from an existing domain. Most likely, you'll want to start From 24fd47944662c6d14175c28058bef0dbd11cd893 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Fri, 12 Nov 2021 16:31:34 -0500 Subject: [PATCH 2/3] minor edit --- documentation/1.0/content/setup/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/1.0/content/setup/prerequisites.md b/documentation/1.0/content/setup/prerequisites.md index ced02a172..d01ff8d06 100644 --- a/documentation/1.0/content/setup/prerequisites.md +++ b/documentation/1.0/content/setup/prerequisites.md @@ -29,7 +29,7 @@ These include: - `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application to generate one for you. -The WKT UI application is built using the Electron framework and as such, we can support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). On Linux, we support only versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. +The WKT UI application is built using the Electron framework and as such, we support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). On Linux, we support only versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. In addition to these local software dependencies, you will need a Kubernetes cluster to which you can deploy your containerized WebLogic Server domain and its applications. If you do not already have a model, then you can either write From a69b6e2a8cf1a1756f0bb3db5b6c6b6469c36995 Mon Sep 17 00:00:00 2001 From: Rosemary Marano Date: Fri, 12 Nov 2021 16:51:52 -0500 Subject: [PATCH 3/3] clarify Linux support --- documentation/1.0/content/setup/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/1.0/content/setup/prerequisites.md b/documentation/1.0/content/setup/prerequisites.md index d01ff8d06..9658506c5 100644 --- a/documentation/1.0/content/setup/prerequisites.md +++ b/documentation/1.0/content/setup/prerequisites.md @@ -29,7 +29,7 @@ These include: - `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application to generate one for you. -The WKT UI application is built using the Electron framework and as such, we support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). On Linux, we support only versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. +The WKT UI application is built using the Electron framework and as such, we support only the platforms and versions supported by [Electron](https://www.electronjs.org/docs/latest/tutorial/support#supported-platforms). For example, because of the Electron requirement for Fedora 24 or newer, we support only versions 8.0 and higher of Oracle Linux, RedHat Linux, and CentOS Linux. In addition to these local software dependencies, you will need a Kubernetes cluster to which you can deploy your containerized WebLogic Server domain and its applications. If you do not already have a model, then you can either write