1
1
# Oracle APEX Docker Compose Stack
2
2
3
3
[ ![ 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)
8
4
[](https://github.com/Dani3lSun/apex-github-badges)
9
5
10
6
Deploy 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
16
12
- [ Software] ( #software )
17
13
- [Directory structure](#directory-structure)
18
14
- [How to use](#how-to-use)
19
- - [Run the stack](#run-the-stack)
15
+ - [Run the stack](#run-the-stack)
20
16
- [Credits](#credits)
21
17
- [ Changelog] ( #changelog )
22
18
@@ -27,19 +23,21 @@ The following article provides a description of this stack definition -> [Docker
27
23
Due to licensing restrictions I can't host these files in Github or elsewhere.
28
24
29
25
As 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 )
36
34
37
35
## Directory structure
38
36
Directory contents when software is included.
39
37
40
38
```
41
39
.
42
- ords/ ol7_ords
40
+ ol7_ords
43
41
├── Dockerfile
44
42
├── README.md
45
43
├── scripts
@@ -55,7 +53,7 @@ ords/ol7_ords
55
53
├── ords-20.2.0.178.1804.zip
56
54
├── put_software_here.txt
57
55
└── sqlcl-20.2.0.174.1557.zip
58
- database/ ol7_19
56
+ ol7_19
59
57
├── Dockerfile
60
58
├── README.md
61
59
├── scripts
0 commit comments