11# Oracle APEX Docker Compose Stack
22
33[ ![ APEX Community] ( https://cdn.rawgit.com/Dani3lSun/apex-github-badges/78c5adbe/badges/apex-community-badge.svg )] ( https://github.com/Dani3lSun/apex-github-badges )
4- [ ![ APEX 18.1] ( https://cdn.rawgit.com/Dani3lSun/apex-github-badges/2fee47b7/badges/apex-18_1-badge.svg )] ( https://github.com/Dani3lSun/apex-github-badges )
5- [ ![ APEX 18.2] ( https://cdn.rawgit.com/Dani3lSun/apex-github-badges/2fee47b7/badges/apex-18_2-badge.svg )] ( https://github.com/Dani3lSun/apex-github-badges )
6- [](https://github.com/Dani3lSun/apex-github-badges)
7- [](https://github.com/Dani3lSun/apex-github-badges)
84[](https://github.com/Dani3lSun/apex-github-badges)
95
106Deploy a complete Oracle APEX Development stack on Docker using Docker Compose. This stack is base on the Oracle Database, and Oracle REST Data Services (ORDS) image builds defined in this repository.
@@ -16,7 +12,7 @@ The following article provides a description of this stack definition -> [Docker
1612 - [ Software] ( #software )
1713 - [Directory structure](#directory-structure)
1814 - [How to use](#how-to-use)
19- - [Run the stack](#run-the-stack)
15+ - [Run the stack](#run-the-stack)
2016 - [Credits](#credits)
2117 - [ Changelog] ( #changelog )
2218
@@ -27,19 +23,21 @@ The following article provides a description of this stack definition -> [Docker
2723Due to licensing restrictions I can't host these files in Github or elsewhere.
2824
2925As such, you'll need to download them manually. Download the following files and store them in the respective ` software ` folder.
30- - [ apex_20.1.zip] ( http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html )
31- - [ LINUX.X64_193000_db_home.zip] ( https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html )
32- - [ apache-tomcat-9.0.37.tar.gz] ( https://tomcat.apache.org/download-90.cgi )
33- - [ OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz] ( https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot )
34- - [ ords-20.2.0.178.1804.zip] ( http://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html )
35- - [ sqlcl-20.2.0.174.1557.zip] ( http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html )
26+ - [ ol7_19] ( https://github.com/reybis/oracle-apex-docker-stack/tree/master/ol7_19 )
27+ - [ apex_20.1.zip] ( http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html )
28+ - [ LINUX.X64_193000_db_home.zip] ( https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html )
29+ - [ ol7_ords] ( https://github.com/reybis/oracle-apex-docker-stack/tree/master/ol7_ords )
30+ - [ apache-tomcat-9.0.37.tar.gz] ( https://tomcat.apache.org/download-90.cgi )
31+ - [ OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz] ( https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot )
32+ - [ ords-20.2.0.178.1804.zip] ( http://www.oracle.com/technetwork/developer-tools/rest-data-services/downloads/index.html )
33+ - [ sqlcl-20.2.0.174.1557.zip] ( http://www.oracle.com/technetwork/developer-tools/sqlcl/downloads/index.html )
3634
3735## Directory structure
3836Directory contents when software is included.
3937
4038```
4139.
42- ords/ ol7_ords
40+ ol7_ords
4341 ├── Dockerfile
4442 ├── README.md
4543 ├── scripts
@@ -55,7 +53,7 @@ ords/ol7_ords
5553 ├── ords-20.2.0.178.1804.zip
5654 ├── put_software_here.txt
5755 └── sqlcl-20.2.0.174.1557.zip
58- database/ ol7_19
56+ ol7_19
5957 ├── Dockerfile
6058 ├── README.md
6159 ├── scripts
0 commit comments