Skip to content

Commit 37cada6

Browse files
committed
reworked prereq and setup doc
1 parent a2abe5d commit 37cada6

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

documentation/1.9/content/userguide/prerequisites.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ weight: 1
66
---
77

88
- Docker client and daemon on the build machine, with minimum Docker version 18.03.1.ce.
9+
- OPTIONALLY: Podman 3.x may be used in place of Docker.
910
- Installers for WebLogic Server and JDK from the [Oracle Software Delivery Cloud](https://edelivery.oracle.com).
10-
- For patches, [Oracle Support](https://www.oracle.com/technical-resources/) credentials.
11-
- Bash version 4.0 or later, to enable the `<tab>` command complete feature.
11+
- When using any of the patching options, `--patches`, `--recommendedPatches`, or `--latestPSU`, you will need to provide [Oracle Support](https://www.oracle.com/technical-resources/) credentials.
12+
- When using the `imagetool` alias from `setup.sh` instead of the shell script (`imagetool.sh`), Bash version 4.0 or later is required for `<tab>` command completion.

documentation/1.9/content/userguide/setup.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ draft: false
55
weight: 2
66
---
77

8-
- Build the project (`mvn clean package`) to create the ZIP installer in `./imagetool/target`.
9-
- Unzip the release ZIP file to a desired location.
10-
- For Linux environment, `cd your_unzipped_location/bin` and `source setup.sh`.
11-
- For Windows environment, `cd your_unzipped_location\bin` and `.\imagetool.cmd`.
12-
- Run `imagetool help` to show the help text.
8+
- Download and unzip the release ZIP file to a desired location.
9+
- OPTIONALLY: You may build the project (`mvn clean package`) to create the ZIP installer in `./imagetool/target`.
10+
- Set the JAVA_HOME environment variable to the location of the Java install (see [Prerequisites]({{< relref "/userguide/prerequisites.md" >}})).

0 commit comments

Comments
 (0)