Skip to content

Commit 43492bb

Browse files
emphasize OL support in NOTE (#92)
1 parent 63808a8 commit 43492bb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The WKT UI provides a graphical user interface that wraps the WKT tools, Docker,
1414
a Linux container image to use to run the domain, and setting up and deploying the software and configuration
1515
necessary to deploy and access the domain in your Kubernetes cluster.
1616

17+
**NOTE**: 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.
18+
1719

1820
## About the Documentation
1921

documentation/1.1/content/setup/prerequisites.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ These include:
2929
- `openssl` - Used to generate an X.509 TLS certificate for ingress routes, should you ask the application
3030
to generate one for you.
3131

32-
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.
32+
{{% notice note %}} 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.
33+
{{% /notice %}}
3334

3435
In addition to these local software dependencies, you will need a Kubernetes cluster to which you can deploy your
3536
containerized WebLogic Server domain and its applications. If you do not already have a model, then you can either write
@@ -45,22 +46,22 @@ with a WebLogic domain that can be used to discover the model from the domain.
4546
https://support.oracle.com/knowledge/Oracle%20Linux%20and%20Virtualization/2717454_1.html
4647

4748
- For running the WKT UI on a remote machine without desktop environment and accessing it through X forwarding, you need to ensure X forwarding is working properly. For example,
48-
49+
4950
```
5051
sudo dnf install xterm
5152
logout
5253
ssh -X ...
5354
xterm
5455
```
55-
56+
5657
- For Debian-based systems, such as Ubuntu and Debian:
5758
5859
- For storing credentials in the OS native credentials store, you must have a desktop environment. If your system does not have a graphical desktop environment, then you can install one; for example, installing GNOME on Ubuntu 20x:
5960
```
6061
sudo apt install gnome-session gdm3
6162
sudo reboot
6263
```
63-
64+
6465
- For running the WKT UI on a remote machine without desktop environment and accessing it through X forwarding, you need to ensure X forwarding is working properly. For example,
6566
6667
```

0 commit comments

Comments
 (0)