Fully automated Vagrant build using VirtualBox and the Ansible provisioner for Oracle 18xe, Oracle REST Data Services (ORDS), Application Express (APEX) with Apache Tomcat
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
Please note you will need an Oracle SSO account to download software from OTN.
- Oracle REST Data Services (ORDS)
- Version used 18.4.0.354.100
- Oracle Application Express (APEX)
- Version used 19.1
- Oracle 18xe (Express Edition)
- Version used 18c-1.0-1
- Apache Tomcat 9
- Version used 9.0.19
- OpenJDK 11
- Version used 11.0.1
- Clone GitHub
- Copy downloaded files into vagrant directory
- Edit Vagrantfile variables as required:
- hostonly_network_ip_address = ""
- vm_hostname = ""
- oraPass = "manager"
- oraWallet = "WalletPasswd123"
- apexVer = "19.1"
- apexEmail = "john.smith@gmail.com"
- apexAdmin = "Welcome1"
- apexPass = "oracle"
- ordsVer = "18.4.0.354.1002"
- jarVer = "11.0.1"
- tomVer = "9.0.19"
- tomPass = "manager"
- 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...
...