Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasmag committed Jan 18, 2019
1 parent c8b1064 commit 6fc675d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Oracle Development Environment setup

This repo sets up an Oracle development environment using:
Oracle DB XE 18c
APEX 18.2
ORDS 18.3
SQL CL 18.3
- Oracle DB XE 18c
- APEX 18.2
- ORDS 18.3
- SQL CL 18.3

It is based around the Oracle Docker works when possible and then extended to make it work.

In short the Oracle database is built using Oracles setup for a docker image for Oracle XE. It is then extended to install APEX into the preconfigured plug. Then the Oracle Rest Data Services docker image is built from Oracles docker file. It is extended to add the apex images so the APEX development environment is complete for the plug. Lastly a utuility version of SQL Cl is built and a container created to allow it to be used not as a service (as the database and Ords is), but as a command that starts and ends on every call. Resulting in being able to run the command "sql" on the commandline and not deal with docker commnds at all to use the development setup.
In short the Oracle database is built using Oracles setup for a docker image for Oracle XE. It is then extended to install APEX into the preconfigured plug. Then the Oracle Rest Data Services docker image is built from Oracles docker file. It is extended to add the apex images so the APEX development environment is complete for the plug. Lastly a utility version of SQL Cl is built and a container created to allow it to be used not as a service (as the database and Ords is), but as a command that starts and ends on every call. Resulting in being able to run the command "sql" on the commandline and not deal with docker commnds at all to use the development setup.

After running exactly as defined, the following ports are active:
- 1521 - Database listener - sql-access on localhost:1521
- 8888 - Rest DAta port, including apex access on loclahost:8888/apex

Start by completeing the prerequisites for creating the development environment:

0 comments on commit 6fc675d

Please sign in to comment.