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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ We have a closely monitored public Slack channel where you can get in touch with
27
27
WebLogic Toolkit UI or give us feedback or suggestions about what features and improvements you would like to see.
28
28
We would love to hear from you.
29
29
30
+
To join our public channel, please visit this [site](https://weblogic-slack-inviter.herokuapp.com/) to get an invitation. The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to `#general` and say, “hello!”
31
+
30
32
## Related Projects
31
33
For detailed documentation and access to WebLogic Toolkit-related projects, see:
Copy file name to clipboardExpand all lines: documentation/1.0/content/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ We have a closely monitored public Slack channel where you can get in touch with
38
38
WebLogic Toolkit UI or give us feedback or suggestions about what features and improvements you would like to see.
39
39
We would love to hear from you.
40
40
41
+
To join our public channel, please visit this [site](https://weblogic-slack-inviter.herokuapp.com/) to get an invitation. The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to `#general` and say, “hello!”
42
+
41
43
### Related Projects
42
44
For detailed documentation and access to WebLogic Toolkit-related projects, see:
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/install.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,26 @@ 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
-
If you download and run the `AppImage` file, you get the added benefits of 1.) Not requiring an installation or root access and 2.) Being able to participate in the auto-update functionality like MacOS and Windows.
13
12
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. First, be sure to review the Linux prerequisites [here]({{< relref "/setup/prerequisites.md" >}}).
14
14
15
-
**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.
16
-
First, be sure to review the Linux prerequisites [here]({{< relref "/setup/prerequisites.md" >}}).
17
-
18
-
- 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:
15
+
- For RPM-based systems, use either `yum` or `dnf`; for example:
19
16
```
20
17
sudo yum -y localinstall wktui_1.0.0_amd64.rpm
21
18
```
22
19
23
-
- For Debian-based systems, download the latest `wktui` `deb` package from https://github.com/oracle/weblogic-toolkit-ui/releases, then run:
20
+
- For Debian-based systems, use:
24
21
```
25
22
sudo apt install ./wktui_1.0.0_amd64.deb
26
23
```
24
+
Alternatively, you can download the `AppImage` file, copy it to your local file system, then either:
25
+
- Open a terminal, navigate to the directory where the file exists, and make it executable; for example:
26
+
27
+
`chmod u+x <AppImage Name>`
28
+
29
+
- Use your file manager, right click on the file, edit the properties, and change the permissions to make it executable.
30
+
31
+
If you download and run the `AppImage` file, you get the added benefits of 1.) Not requiring an installation or root access and 2.) Being able to participate in the auto-update functionality, like MacOS and Windows.
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/prerequisites.md
+19-21Lines changed: 19 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,24 +38,22 @@ with a WebLogic domain that can be used to discover the model from the domain.
38
38
39
39
#### Linux Prerequisites
40
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:
58
-
```
59
-
sudo apt install gnome-session gdm3
60
-
sudo reboot
61
-
```
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, then 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:
54
+
55
+
- 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:
0 commit comments