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
@@ -35,19 +35,19 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
35
35
**This last command is critical if you are developing on either Windows or MacOS. Yes, the MacOS file system
36
36
is, by default, case-insensitive!**
37
37
38
-
1. Clone the git repository on GitHub at [https://github.com/oracle/weblogic-toolkit-ui](https://github.com/oracle/weblogic-toolkit-ui).
39
-
1. 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
-
1. Open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm run install-tools`.
41
-
1. Open a command line in the `weblogic-toolkit-ui/webui` directory and run `npm start`.
42
-
1. After the server from the previous step is fully running, open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
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. After the server from the previous step is fully running, open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm start`.
43
43
44
44
### Building a Windows or MacOS installer
45
-
1. Set up your development environment and verify that the application is working properly from it.
45
+
0. Set up your development environment and verify that the application is working properly from it.
46
46
1. Open a command line in the `weblogic-toolkit-ui/electron` directory and run `npm run build`.
47
-
1. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
47
+
2. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
48
48
49
49
### Building a Linux installer
50
-
1. Set up your development environment and verify that the application is working properly from it.
50
+
0. Set up your development environment and verify that the application is working properly from it.
51
51
1. Open a command line in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
52
-
1. From the command line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
53
-
1. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
52
+
2. From the command line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
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/navigate/kubernetes/_index.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
@@ -10,9 +10,9 @@ Kubernetes cluster where the WebLogic domain will be managed by the WebLogic Kub
10
10
to help you:
11
11
12
12
1.[Configure]({{< relref "/navigate/kubernetes/k8s-client-config#client-configuration" >}}) your Kubernetes client (`kubectl`) to connect to the Kubernetes cluster.
13
-
1.[Install]({{< relref "/navigate/kubernetes/k8s-wko#install-operator" >}}) the WebLogic Kubernetes Operator.
14
-
1.[Deploy]({{< relref "/navigate/kubernetes/k8s-weblogic-domain#deploy-domain" >}}) the WebLogic domain's `Domain` resource configuration used by WebLogic Kubernetes Operator.
15
-
1.[Install]({{< relref "/navigate/kubernetes/k8s-ingress-controller#install-ingress-controller" >}}) an ingress controller, if needed, and add ingress routes to allow access to the WebLogic domain from
13
+
2.[Install]({{< relref "/navigate/kubernetes/k8s-wko#install-operator" >}}) the WebLogic Kubernetes Operator.
14
+
3.[Deploy]({{< relref "/navigate/kubernetes/k8s-weblogic-domain#deploy-domain" >}}) the WebLogic domain's `Domain` resource configuration used by WebLogic Kubernetes Operator.
15
+
4.[Install]({{< relref "/navigate/kubernetes/k8s-ingress-controller#install-ingress-controller" >}}) an ingress controller, if needed, and add ingress routes to allow access to the WebLogic domain from
Copy file name to clipboardExpand all lines: documentation/1.0/content/setup/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ description: "Install the WKT UI application and check for updates."
7
7
---
8
8
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
-
1. Simply run the appropriate installer for your operating system.
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.
0 commit comments