Skip to content

Latest commit

 

History

History
69 lines (62 loc) · 2.21 KB

README.md

File metadata and controls

69 lines (62 loc) · 2.21 KB

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...
...