diff --git a/documentation/1.0/content/developer/_index.md b/documentation/1.0/content/developer/_index.md index 18138c88d..9ef6f169e 100644 --- a/documentation/1.0/content/developer/_index.md +++ b/documentation/1.0/content/developer/_index.md @@ -7,7 +7,7 @@ pre = " " The WebLogic Kubernetes Toolkit UI is a desktop application designed to help WebLogic users move their applications to run in a Kubernetes environment. -## Setting up your development environment +### Setting up your development environment 1. Download and install the latest LTS version of node.js from [https://nodejs.org/en/download/](https://nodejs.org/en/download/). 2. If you rely on a proxy server to reach the Internet, set these 5 environment variables to configure the proxy correctly: ``` @@ -41,13 +41,13 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web 8. Open a command-line in the `wktui/webui` directory and run `npm start`. 9. Once the server from the previous step is fully running, open a command-line in the `wktui/electron` directory and run `npm start`. -## Building a Windows or MacOS installer +### Building a Windows or MacOS installer 0. Set up your development environment and verify that the application is working properly from it. 1. Open a command-line in the `wktui/electron` directory and run `npm run build`. 2. Find the executable and installer(s) in the `wktui/dist` directory. -## Building a Linux installer +### Building a Linux installer 0. Set up your development environment and verify that the application is working properly from it. 1. Open a command-line in the `wktui/webui` directory and run `npm run build:release`. 2. From the command-line in the `wktui/scripts` directory, run `./devBuildLinuxInstallers.sh`. -3. Find the executable and installer(s) in the `wktui/dist` directory. \ No newline at end of file +3. Find the executable and installer(s) in the `wktui/dist` directory. diff --git a/documentation/1.0/content/navigate/_index.md b/documentation/1.0/content/navigate/_index.md index 3b560c1ad..f125e30d4 100644 --- a/documentation/1.0/content/navigate/_index.md +++ b/documentation/1.0/content/navigate/_index.md @@ -5,11 +5,11 @@ weight = 3 pre = " " +++ -#### Before you begin +### Before you begin Make sure you have read [About the WKT UI Application]({{< relref "/concepts/_index.md" >}}). -#### About the UI +### About the UI To help you understand how to use the WKT UI, we will step you through it, section by section, describing the important decisions to make and fields to populate. The sections are listed in diff --git a/documentation/1.0/content/release notes/_index.md b/documentation/1.0/content/release notes/_index.md new file mode 100644 index 000000000..b05b60f66 --- /dev/null +++ b/documentation/1.0/content/release notes/_index.md @@ -0,0 +1,12 @@ ++++ +title = "Release Notes" +date = 2019-02-22T15:27:38-05:00 +weight = 5 +pre = " " ++++ + +### Known Issues + +- 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. + +- 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. diff --git a/documentation/1.0/content/release notes/release-notes.md b/documentation/1.0/content/release notes/release-notes.md deleted file mode 100644 index c85a9bc87..000000000 --- a/documentation/1.0/content/release notes/release-notes.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Known Issues" -date: 2019-02-22T15:44:42-05:00 -draft: false -weight: 5 ---- - - - -- 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.