Skip to content

Commit 8b7f5ea

Browse files
Merge pull request #34 from oracle/rm/issue
update known issues
2 parents 943981e + 563c89d commit 8b7f5ea

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

documentation/1.0/content/developer/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pre = "<b> </b>"
77

88
The WebLogic Kubernetes Toolkit UI is a desktop application designed to help WebLogic users move their applications to run in a Kubernetes environment.
99

10-
## Setting up your development environment
10+
### Setting up your development environment
1111
1. Download and install the latest LTS version of node.js from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
1212
2. If you rely on a proxy server to reach the Internet, set these 5 environment variables to configure the proxy correctly:
1313
```
@@ -41,13 +41,13 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
4141
8. Open a command-line in the `wktui/webui` directory and run `npm start`.
4242
9. Once the server from the previous step is fully running, open a command-line in the `wktui/electron` directory and run `npm start`.
4343

44-
## Building a Windows or MacOS installer
44+
### Building a Windows or MacOS installer
4545
0. Set up your development environment and verify that the application is working properly from it.
4646
1. Open a command-line in the `wktui/electron` directory and run `npm run build`.
4747
2. Find the executable and installer(s) in the `wktui/dist` directory.
4848

49-
## Building a Linux installer
49+
### Building a Linux installer
5050
0. Set up your development environment and verify that the application is working properly from it.
5151
1. Open a command-line in the `wktui/webui` directory and run `npm run build:release`.
5252
2. From the command-line in the `wktui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
53-
3. Find the executable and installer(s) in the `wktui/dist` directory.
53+
3. Find the executable and installer(s) in the `wktui/dist` directory.

documentation/1.0/content/navigate/_index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ weight = 3
55
pre = "<b> </b>"
66
+++
77

8-
#### Before you begin
8+
### Before you begin
99

1010
Make sure you have read [About the WKT UI Application]({{< relref "/concepts/_index.md" >}}).
1111

12-
#### About the UI
12+
### About the UI
1313

1414
To help you understand how to use the WKT UI, we will step you through it, section by section,
1515
describing the important decisions to make and fields to populate. The sections are listed in
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
title = "Release Notes"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 5
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Known Issues
9+
10+
- On Windows, the Application Update dialog `Install on Exit` works _only_ if you installed the application for the current user only. If the application was installed for all users, `Install on Exit` will cause the older version of the application to be uninstalled but the new version will not be installed. This is due to issue https://github.com/electron-userland/electron-builder/issues/6329.
11+
12+
- When running the WKT UI application on Windows, the image builder tool (docker or podman) also must be directly executable in Windows. For example, there is currently no support for running the WKT UI application in Windows and running podman under the Windows Subsystem for Linux (WSL2). However, running Docker Desktop for Windows with a WSL2 backend _is_ fully supported because the `docker` command is executable directly in Windows (without having to call WSL2). If you need to use podman on Windows, then refer to the podman blog entries at https://podman.io/blogs/2021/09/06/podman-on-macs.html and https://podman.io/blogs/2020/09/02/running_windows_or_mac.html for more information about downloading, installing, and configuring the Windows Remote Client.

documentation/1.0/content/release notes/release-notes.md

-10
This file was deleted.

0 commit comments

Comments
 (0)