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/developer/_index.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,20 @@ pre = "<b> </b>"
8
8
The WebLogic Kubernetes Toolkit UI is a desktop application designed to help WebLogic users move their applications to run in a Kubernetes environment.
9
9
10
10
### Setting up your development environment
11
-
1. Download and install the latest LTS version of node.js from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
12
-
2. If you rely on a proxy server to reach the Internet, set these 5 environment variables to configure the proxy correctly:
11
+
1. Download and install the latest LTS version of `node.js` from [https://nodejs.org/en/download/](https://nodejs.org/en/download/).
12
+
2. If you rely on a proxy server to reach the Internet, set these five environment variables to configure the proxy correctly:
13
13
```
14
14
ELECTRON_GET_USE_PROXY=true
15
15
GLOBAL_AGENT_HTTPS_PROXY=<proxy-url>
16
16
WKTUI_DEV_PROXY=<proxy-url>
17
17
HTTPS_PROXY=<proxy-url>
18
18
NO_PROXY=<list-of-no-proxy-hosts>
19
19
```
20
-
3. Open a command line window are run the following command to update the version of npm to the latest:
20
+
3. Open a command line and run the following command to update the version of `npm` to the latest:
21
21
```bash
22
22
sudo npm install --global npm
23
23
```
24
-
Note: If developing on Windows, run the following commands from a shell running as Administrator instead:
24
+
**Note**: If developing on Windows, run the following commands from a shell running as Administrator instead:
@@ -36,18 +36,18 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
36
36
is, by default, case-insensitive!**
37
37
38
38
5. Clone the git repository on GitHub at [https://github.com/oracle/weblogic-toolkit-ui](https://github.com/oracle/weblogic-toolkit-ui).
39
-
6. Open a command-line in the `weblogic-toolkit-ui` directory and run `npm install` to download and install the JavaScript dependencies required by the project.
40
-
7. Open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm run install-tools`.
41
-
8. Open a command-line in the `weblogic-toolkit-ui/webui` directory and run `npm start`.
42
-
9.Once the server from the previous step is fully running, open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
39
+
6. Open a commandline in the `weblogic-toolkit-ui` directory and run `npm install` to download and install the JavaScript dependencies required by the project.
40
+
7. Open a commandline in the `weblogic-toolkit-ui/electron` directory and run `npm run install-tools`.
41
+
8. Open a commandline in the `weblogic-toolkit-ui/webui` directory and run `npm start`.
42
+
9.After the server from the previous step is fully running, open a commandline in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
43
43
44
44
### Building a Windows or MacOS installer
45
45
0. Set up your development environment and verify that the application is working properly from it.
46
-
1. Open a command-line in the `weblogic-toolkit-ui/electron` directory and run `npm run build`.
46
+
1. Open a commandline in the `weblogic-toolkit-ui/electron` directory and run `npm run build`.
47
47
2. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
48
48
49
49
### Building a Linux installer
50
50
0. Set up your development environment and verify that the application is working properly from it.
51
-
1. Open a command-line in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
52
-
2. From the command-line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
51
+
1. Open a commandline in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
52
+
2. From the commandline in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
53
53
3. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ weight: 2
6
6
description: "Install the WKT UI application and check for updates."
7
7
---
8
8
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
-
1. Simply run the appropriate installer for your operating system.
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
+
2. Simply run the appropriate installer for your operating system.
11
11
12
12
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.
13
13
@@ -19,8 +19,8 @@ Upon application startup, if a more recent version exists, an Application Update
19
19
20
20
-`Install Now`
21
21
-`Install on Exit`
22
-
- Not available on MacOS.
23
22
- Downloads the application and installs it after you exit.
23
+
- Not available on MacOS.
24
24
-`Ignore Update`
25
25
26
26
At any time, you can check for application updates using `Help > Check for WKT UI Updates`.
0 commit comments