Skip to content

Commit

Permalink
Updated to indicate support for ORDS 19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzziebrain committed Apr 11, 2019
1 parent d419022 commit 8dbea83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
2. Download the installer files:
* [Oracle Database 18c XE](https://oracle.com/xe) or any of the required installation files from [OTN](https://www.oracle.com/technetwork/database/)
* [Oracle Application Express](https://apex.oracle.com/download) (the latest version is 19.1 as of March 29, 2019)
* [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)
* [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)
* [Java Development Kit SE 8](https://www.oracle.com/technetwork/java/javase/downloads/)
3. Place all three files in the sub-directory `files`.
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:
Expand All @@ -31,7 +31,7 @@
[email protected]
APEX_ADMIN_PWD=Oracle__18
INSTALL_FILE_APEX=apex_19.1.zip
INSTALL_FILE_ORDS=ords-18.4.0.354.1002.zip
INSTALL_FILE_ORDS=ords-19.1.0.092.1545.zip
INSTALL_FILE_JAVA=jdk-8u201-linux-x64.tar.gz
DOCKER_ORDS_PORT=50080
DOCKER_EM_PORT=55500
Expand Down
16 changes: 0 additions & 16 deletions sample.env

This file was deleted.

2 changes: 1 addition & 1 deletion settings.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ APEX_LISTENER_PWD=Oracle18_2
APEX_REST_PUBLIC_USER_PWD=Oracle18_3
ORDS_PUBLIC_USER_PWD=Oracle18_4
INSTALL_FILE_APEX=apex_19.1.zip
INSTALL_FILE_ORDS=ords-18.4.0.354.1002.zip
INSTALL_FILE_ORDS=ords-19.1.0.092.1545.zip
INSTALL_FILE_JAVA=jdk-8u201-linux-x64.tar.gz
DOCKER_ORDS_PORT=50080
DOCKER_EM_PORT=55500
Expand Down

0 comments on commit 8dbea83

Please sign in to comment.