|
17 | 17 |
|
18 | 18 | 1. Git clone this repository and set it as the working directory. |
19 | 19 | 1. Download the installer files: |
20 | | - * The required Oracle Database installation files from [OTN](https://www.oracle.com/technetwork/database/) (supports versions up to 21.3.0 as of August 17, 2021). **Note:** For [Oracle Database 18c XE](https://oracle.com/xe), you are no longer required to download the binaries (see issue #39). |
| 20 | + * The required Oracle Database installation files from [OTN](https://www.oracle.com/technetwork/database/) (supports versions up to 21.3.0 including Express Edition, as of September 22, 2021). **Note:** For [Oracle Database 21c XE](https://oracle.com/xe), you are no longer required to download the binaries (see issue #39). |
21 | 21 | * [Oracle Application Express](https://apex.oracle.com/download) (supports versions up 21.1 as of May 12, 2021) |
22 | 22 | * [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (supports versions up to 21.2.0.174.1826 as of July 10, 2021) |
23 | | -1. For releases after [0.6.0](https://github.com/fuzziebrain/docker-apex-stack/releases/tag/0.6.0), either choose to use the binaries from [OpenJDK](https://openjdk.java.net/) or download a licensed Java runtime from Oracle. Please refer to the additonal notes section [below](#Additional-Notes-About-the-Settings-File) for details about the `INSTALL_FILE_JAVA` parameter. |
| 23 | +1. For releases after [0.6.0](https://github.com/fuzziebrain/docker-apex-stack/releases/tag/0.6.0), either choose to use the binaries from [OpenJDK](https://openjdk.java.net/), download a licensed Java runtime, or the [free to use](https://blogs.oracle.com/java/post/free-java-license) Java 17 from Oracle. Please refer to the additonal notes section [below](#Additional-Notes-About-the-Settings-File) for details about the `INSTALL_FILE_JAVA` parameter. |
24 | 24 | 1. Place all installer files in the sub-directory `files`. |
25 | 25 | 1. Create a file that contains the required environment variables for your build. Please refer to the additonal notes [below](#Additional-Notes-About-the-Settings-File) for more information about the various parameters that can be set. Included in this repository are two examples or templates that you can use: |
26 | 26 | * [`settings.env.sample`](./settings.env.sample). |
@@ -70,8 +70,9 @@ Type "Y" to continue or CTRL-C to exit: y |
70 | 70 | * SQL Developer Web is now availablel with ORDS version 19.4. This feature is enabled by default. To turn it off, set the environment variable `SQLDEVWEB` to `N`. The REST-enabled SQL feature can be managed by the variable `REST_ENABLED_SQL`, but note that this value is ignored if SQL Developer Web is activated. For builds with earlier ORDS versions, the added configuration properties are safely ignored. |
71 | 71 | * `DATABASEAPI` parameter added to enable Database API support for ORDS 19.x and later. |
72 | 72 | * The variable `INSTALL_FILE_JAVA` accepts the following values: |
73 | | - * `openjdk1.8` |
| 73 | + * `java17` |
74 | 74 | * `openjdk11` |
| 75 | + * `openjdk1.8` |
75 | 76 | * The filename of Java runtime tarball that you can download from [here](https://www.oracle.com/technetwork/java/javase/downloads/). It is recommended that you download the latest Java 8 server JRE, e.g. `server-jre-8u291-linux-x64.tar.gz`. |
76 | 77 | * Using the sample settings, the following are accessible: |
77 | 78 | | Port | Application | URL | |
|
0 commit comments