Skip to content

Fully automated Vagrant build for Oracle 18xe, Oracle REST Data Services (ORDS), Application Express (APEX) with Apache Tomcat

License

Notifications You must be signed in to change notification settings

raekins/oracle18xe-ords-apex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oracle18xe-ords-apex

Fully automated Vagrant build using VirtualBox and the Ansible provisioner for Oracle 18xe, Oracle REST Data Services (ORDS), Application Express (APEX) with Apache Tomcat

Pre-Requisites

This Vagrant build requires Vagrant and VirtualBox to be pre-installed, this build was tested with Vagrant 2.2.4 & VirtualBox 6.0.4

You can check your version of Vagrant using:

$ vagrant version
Installed Version: 2.2.4
Latest Version: 2.2.4
 
You're running an up-to-date version of Vagrant!

And for Oracle VirtualBox use:

$ vboxmanage --version
6.0.4r128413

Oracle Technology Network (OTN) Downloads

Please note you will need an Oracle SSO account to download software from OTN.

Non-Oracle Downloads

Getting Started

  1. Clone GitHub
  2. Copy downloaded files into vagrant directory
  3. Edit Vagrantfile variables as required:

    Host

    • hostonly_network_ip_address = ""
    • vm_hostname = ""

    Oracle

    • oraPass = "manager"
    • oraWallet = "WalletPasswd123"

    APEX

    • apexVer = "19.1"
    • apexEmail = "[email protected]"
    • apexAdmin = "Welcome1"
    • apexPass = "oracle"

    ORDS

    • ordsVer = "18.4.0.354.1002"

    Java

    • jarVer = "11.0.1"

    Tomcat

    • tomVer = "9.0.19"
    • tomPass = "manager"
  4. type vagrant up

Now sit back and watch Vagrant, VirtualBox and Ansible do it's magic.

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'ol7-latest'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: oraclexe
==> default: Clearing any previously set network interfaces...
...

About

Fully automated Vagrant build for Oracle 18xe, Oracle REST Data Services (ORDS), Application Express (APEX) with Apache Tomcat

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published