Skip to content

update supported platforms #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/1.0/content/setup/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
one by hand using the WKT UI application or discover the model from an existing domain. Most likely, you'll want to start
Expand Down