The machines contain a copy of Oracle XE that has an End User License Agreement (eula) that must be accepted by the end user before the machines can be installed.
The machines are installed using the supplied setup_machines script, which is either setup_machines.bat on Windows or setup_machines.bash on Mac OS X or Linux.
If you were installing these machines using the VirtualBox GUI, the end user would accept the license like this:
However, the installation takes place via an automated script so the user is required to accept the license prior to executing the script by editing the setup_machines script.
VBoxManage import "<Machine Name>.ova" <other_options> --eula accept|show|decline
Accept the eula by removing the other options.
VBoxManage import "<Machine Name>.ova" <other_options> --eula accept
Using Pre-built VirtualBox vm's
1. Go to the Oracle Tech Network, and download the Database App Development VM: http://www.oracle.com/technetwork/community/developer-vm/index.html
Click on "Download and Instructions".
2. Download the Oracle Develop Day.ova file by clicking on the link. This file is 6GB in size:
You must accept the OTN VM Agreement to download this software.
0 Comments