You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/install.md
+12-39Lines changed: 12 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,48 +9,23 @@ description: "Install the WKT UI application and check for updates."
9
9
1. Download the latest WebLogic Kubernetes Toolkit UI (WKT UI) application installers from the [GitHub Releases section](https://github.com/oracle/weblogic-toolkit-ui/releases) of this repository.
10
10
2. Simply run the appropriate installer for your operating system.
11
11
12
-
{{% notice note %}}
13
-
On Linux, to get _all_ the dependencies and have them installed in the correct order, you need to use the package manager to install the `rpm` or `deb` file.
14
-
{{% /notice %}}
15
12
16
-
### Prerequisites
13
+
**NOTE**: On Linux, to get _all_ the dependencies and have them installed in the correct order, you need to use the package manager to install the `rpm` or `deb` file.
14
+
First, be sure to review the Linux prerequisites [here]({{< relref "/setup/prerequisites.md" >}}).
17
15
18
-
For RPM-based systems, such as Oracle, RedHat, CentOS, and some others:
19
-
20
-
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,
21
-
you can install one; for example, installing GNOME Desktop on Oracle Linux:
For storing credentials as an encrypted project file, and for a minimum GUI requirement, make sure the following packages are installed in your system:
For Debian-based systems, such as Ubuntu and Debian:
32
-
33
-
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,
34
-
you can install one; for example, installing GNOME on Ubuntu 20x:
35
-
```
36
-
sudo apt install gnome-session gdm3
37
-
sudo reboot
38
-
```
39
-
40
-
### Installation
41
-
For RPM-based systems, download the latest `wktui``rpm` package from https://github.com/oracle/weblogic-toolkit-ui/releases, then use either `yum` or `dnf`; for example:
42
-
```
43
-
sudo yum -y localinstall wktui_1.0.0_amd64.rpm
44
-
```
16
+
- For RPM-based systems, download the latest `wktui``rpm` package from https://github.com/oracle/weblogic-toolkit-ui/releases, then use either `yum` or `dnf`; for example:
17
+
```
18
+
sudo yum -y localinstall wktui_1.0.0_amd64.rpm
19
+
```
45
20
46
-
For Debian-based systems, download the latest `wktui``deb` package from https://github.com/oracle/weblogic-toolkit-ui/releases, then run:
47
-
```
48
-
sudo apt install ./wktui_1.0.0_amd64.deb
49
-
```
21
+
- For Debian-based systems, download the latest `wktui` `deb` package from https://github.com/oracle/weblogic-toolkit-ui/releases, then run:
22
+
```
23
+
sudo apt install ./wktui_1.0.0_amd64.deb
24
+
```
50
25
51
26
#### Helpful Hints
52
27
53
-
- When launching `wktui`, if you see this:
28
+
- When launching the WKT UI application, if you see this:
54
29
```
55
30
libGL error: No matching fbConfigs or visuals found
Application startup detects Internet connectivity to GitHub. If it fails to connect, a `Network Configuration` dialog appears in which you can set or modify your proxy settings, test your changes, and then restart the application.
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/prerequisites.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,3 +35,27 @@ In addition to these local software dependencies, you will need a Kubernetes clu
35
35
containerized WebLogic Server domain and its applications. If you do not already have a model, then you can either write
36
36
one by hand using the WKT UI application or discover the model from an existing domain. Most likely, you'll want to start
37
37
with a WebLogic domain that can be used to discover the model from the domain.
38
+
39
+
#### Linux Prerequisites
40
+
41
+
For RPM-based systems, such as Oracle, RedHat, CentOS, and some others:
42
+
43
+
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,
44
+
you can install one; for example, installing GNOME Desktop on Oracle Linux:
For storing credentials as an encrypted project file, and for a minimum GUI requirement, make sure the following packages are installed in your system:
For Debian-based systems, such as Ubuntu and Debian:
55
+
56
+
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,
57
+
you can install one; for example, installing GNOME on Ubuntu 20x:
0 commit comments