Skip to content

Commit a953493

Browse files
fix doc dirs (#156)
1 parent 54d0511 commit a953493

File tree

535 files changed

+12854
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

535 files changed

+12854
-0
lines changed
File renamed without changes.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
## WebLogic Kubernetes Toolkit UI Documentation
2+
3+
The WebLogic Kubernetes Toolkit (WKT) is a collection of open source tools that help you provision WebLogic-based
4+
applications to run in Linux containers on a Kubernetes cluster. WKT includes the following tools:
5+
6+
- [WebLogic Deploy Tooling (WDT)](https://github.com/oracle/weblogic-deploy-tooling) - A set of single-purpose,
7+
lifecycle tools that operate off of a single metadata model representation of a WebLogic domain.
8+
- [WebLogic Image Tool (WIT)](https://github.com/oracle/weblogic-image-tool) - A tool for creating Linux container
9+
images for running WebLogic domains.
10+
- [WebLogic Kubernetes Operator (WKO)](https://github.com/oracle/weblogic-kubernetes-operator) - A Kubernetes operator
11+
that allows WebLogic domains to run natively in a Kubernetes cluster.
12+
13+
The WKT UI provides a graphical user interface that wraps the WKT tools, Docker, Helm, and the Kubernetes client
14+
(`kubectl`) and helps guide you through the process of creating and modifying a model of your WebLogic domain, creating
15+
a Linux container image to use to run the domain, and setting up and deploying the software and configuration
16+
necessary to deploy and access the domain in your Kubernetes cluster.
17+
18+
### Current release
19+
20+
WebLogic Kubernetes Toolkit UI version and release information can be found [here](https://github.com/oracle/weblogic-toolkit-ui/releases).
21+
22+
### About the Documentation
23+
For detailed user information, read the following:
24+
25+
- [About the WKT UI Application]({{< relref "/concepts/_index.md" >}})
26+
- WebLogic Kubernetes Toolkit UI [Prerequisites]({{< relref "/setup/prerequisites.md" >}}) and [Installation]({{< relref "/setup/install.md" >}})
27+
- [Navigate the WKT UI]({{< relref "/navigate/_index.md" >}})
28+
- [Model]({{< relref "/navigate/model.md" >}})
29+
- [Image]({{< relref "/navigate/image.md" >}})
30+
- [Kubernetes]({{< relref "/navigate/kubernetes/_index.md" >}})
31+
- [Verrazzano]({{< relref "/navigate/verrazzano/_index.md" >}})
32+
33+
For developer information, see [WebLogic Kubernetes Toolkit UI Project]({{< relref "/developer/_index.md" >}}).
34+
35+
### Get Help
36+
37+
We have a closely monitored public Slack channel where you can get in touch with us to ask questions about using the
38+
WebLogic Toolkit UI or give us feedback or suggestions about what features and improvements you would like to see.
39+
We would love to hear from you.
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 `#weblogic-kubernetes-toolkit` and say, “hello!”
42+
43+
### Related Projects
44+
For detailed documentation and access to WebLogic Toolkit-related projects, see:
45+
46+
- [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/)
47+
- [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/)
48+
- [WebLogic Image Tool](https://oracle.github.io/weblogic-image-tool/)
49+
- [Verrazzano](https://verrazzano.io/latest/docs/)
File renamed without changes.
File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
+++
2+
title = "Navigate the UI"
3+
date = 2019-02-22T15:27:38-05:00
4+
weight = 3
5+
pre = "<b> </b>"
6+
+++
7+
8+
### Before you begin
9+
10+
Make sure you have read [About the WKT UI Application]({{< relref "/concepts/_index.md" >}}).
11+
12+
### About the UI
13+
14+
To help you understand how to use the WKT UI, we will step you through it, section by section,
15+
describing the important decisions to make and fields to populate. The sections are listed in
16+
the left side navigation pane. Depending on the `Kubernetes Environment Target Type` field
17+
on the `Project Settings` page, you will see either the `Kubernetes` or `Verrazzano` section.
18+
19+
The UI sections are:
20+
21+
- [Project Settings]({{< relref "/navigate/project-settings.md" >}})
22+
- [Model]({{< relref "/navigate/model.md" >}})
23+
- [Image]({{< relref "/navigate/image.md" >}})
24+
- [Kubernetes]({{< relref "/navigate/kubernetes/_index.md" >}})
25+
- [Client Configuration]({{< relref "/navigate/kubernetes/k8s-client-config.md" >}})
26+
- [WebLogic Operator]({{< relref "/navigate/kubernetes/k8s-wko.md" >}})
27+
- [WebLogic Domain]({{< relref "/navigate/kubernetes/k8s-weblogic-domain.md" >}})
28+
- [Ingress Controller]({{< relref "/navigate/kubernetes/k8s-ingress-controller.md" >}})
29+
- [Verrazzano]({{< relref "/navigate/verrazzano/_index.md" >}})
30+
31+
32+
At the bottom of the page, the collapsed `Console` panel automatically appears and displays the `stdout` and `stderr`
33+
streams when running certain actions, such as `Prepare Model`.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)