Skip to content

Commit 8dbea83

Browse files
committed
Updated to indicate support for ORDS 19.1
1 parent d419022 commit 8dbea83

File tree

3 files changed

+3
-19
lines changed

3 files changed

+3
-19
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2. Download the installer files:
2121
* [Oracle Database 18c XE](https://oracle.com/xe) or any of the required installation files from [OTN](https://www.oracle.com/technetwork/database/)
2222
* [Oracle Application Express](https://apex.oracle.com/download) (the latest version is 19.1 as of March 29, 2019)
23-
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (the latest version is 18.4 as of February 16, 2019)
23+
* [Oracle REST Data Services](https://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html) (the latest version is 19.1 as of April 10, 2019)
2424
* [Java Development Kit SE 8](https://www.oracle.com/technetwork/java/javase/downloads/)
2525
3. Place all three files in the sub-directory `files`.
2626
4. Create a new file that contains the required variables. Make a copy of `settings.env.sample`, e.g. `mysettings.env`, and modify as desired. The file should contain the following variables:
@@ -31,7 +31,7 @@
3131
APEX_ADMIN_EMAIL=myemail@domain.com
3232
APEX_ADMIN_PWD=Oracle__18
3333
INSTALL_FILE_APEX=apex_19.1.zip
34-
INSTALL_FILE_ORDS=ords-18.4.0.354.1002.zip
34+
INSTALL_FILE_ORDS=ords-19.1.0.092.1545.zip
3535
INSTALL_FILE_JAVA=jdk-8u201-linux-x64.tar.gz
3636
DOCKER_ORDS_PORT=50080
3737
DOCKER_EM_PORT=55500

sample.env

-16
This file was deleted.

settings.env.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APEX_LISTENER_PWD=Oracle18_2
88
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
99
ORDS_PUBLIC_USER_PWD=Oracle18_4
1010
INSTALL_FILE_APEX=apex_19.1.zip
11-
INSTALL_FILE_ORDS=ords-18.4.0.354.1002.zip
11+
INSTALL_FILE_ORDS=ords-19.1.0.092.1545.zip
1212
INSTALL_FILE_JAVA=jdk-8u201-linux-x64.tar.gz
1313
DOCKER_ORDS_PORT=50080
1414
DOCKER_EM_PORT=55500

0 commit comments

Comments
 (0)